From 677796ade57ce649d1e8e3e6ce736eff8ce74539 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Tue, 15 May 2018 08:19:01 +0100 Subject: [PATCH] config: Fixup parameter validation Correct the comment for the parameter validation enabling define. --- include/mbedtls/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 29ceddccc..ef8563783 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -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