mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
config: Fixup parameter validation
Correct the comment for the parameter validation enabling define.
This commit is contained in:
@@ -222,10 +222,10 @@
|
||||
//#define MBEDTLS_DEPRECATED_REMOVED
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_PARAM_VALIDATION_LEVEL
|
||||
* \def MBEDTLS_CHECK_PARAMS
|
||||
*
|
||||
* The defined parameter validation level for the library. This configuration
|
||||
* controls whether the library validates parameters passed to it.
|
||||
* This configuration controls whether the library validates parameters passed
|
||||
* to it.
|
||||
*
|
||||
* Application code that deals with 3rd party input may wish to enable such
|
||||
* validation, whilst code on closed systems, such as embedded systems, where
|
||||
|
||||
Reference in New Issue
Block a user