mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 13:25:41 +01:00
config: Fixup parameter validation
Correct the comment for the parameter validation enabling define.
This commit is contained in:
parent
e4379d2c1f
commit
677796ade5
@ -222,10 +222,10 @@
|
|||||||
//#define MBEDTLS_DEPRECATED_REMOVED
|
//#define MBEDTLS_DEPRECATED_REMOVED
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_PARAM_VALIDATION_LEVEL
|
* \def MBEDTLS_CHECK_PARAMS
|
||||||
*
|
*
|
||||||
* The defined parameter validation level for the library. This configuration
|
* This configuration controls whether the library validates parameters passed
|
||||||
* controls whether the library validates parameters passed to it.
|
* to it.
|
||||||
*
|
*
|
||||||
* Application code that deals with 3rd party input may wish to enable such
|
* Application code that deals with 3rd party input may wish to enable such
|
||||||
* validation, whilst code on closed systems, such as embedded systems, where
|
* validation, whilst code on closed systems, such as embedded systems, where
|
||||||
|
Loading…
Reference in New Issue
Block a user