config: Fixup parameter validation

Correct the comment for the parameter validation enabling define.
This commit is contained in:
Jaeden Amero 2018-05-15 08:19:01 +01:00
parent e4379d2c1f
commit 677796ade5

View File

@ -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