commit | a96762675395edf1c11574ccf0f8d17db2987468 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Dec 10 16:12:56 2018 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Dec 11 12:28:56 2018 +0100 |
tree | 85f2d082f3283051234134127a727f0a2baaedd2 | |
parent | ab588529e1fd2d3a5368ffefd4ed2722f11d665e [diff] [blame] |
Make MBEDTLS_CHECK_PARAMS disabled by default
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 54be651..bf4d1c4 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -295,7 +295,7 @@ * * Uncomment to enable validation of application-controlled parameters. */ -#define MBEDTLS_CHECK_PARAMS +//#define MBEDTLS_CHECK_PARAMS /* \} name SECTION: System support */