mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Improve wording in documentation and ChangeLog
This commit is contained in:
parent
ed459e6995
commit
cd2b29cd12
3 changed files with 12 additions and 11 deletions
|
|
@ -185,10 +185,10 @@ typedef enum
|
|||
* expected failure. If MBEDTLS_CHECK_PARAMS is not enabled, no test
|
||||
* can be made.
|
||||
*
|
||||
* This macro is intended to test that function that return void
|
||||
* This macro is intended to test that functions returning void
|
||||
* accept all of the parameter values they're supposed to accept - eg
|
||||
* that they don't call MBEDTLS_PARAM_FAILED() when a parameter
|
||||
* that's allowed to be NULL happends to be NULL.
|
||||
* that's allowed to be NULL happens to be NULL.
|
||||
*
|
||||
* Note: for functions that return something other that void,
|
||||
* checking that they accept all the parameters they're supposed to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue