1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Make MBEDTLS_CHECK_PARAMS disabled by default

This commit is contained in:
Manuel Pégourié-Gonnard
2018-12-10 16:12:56 +01:00
parent ab588529e1
commit a967626753

View File

@@ -295,7 +295,7 @@
*
* Uncomment to enable validation of application-controlled parameters.
*/
#define MBEDTLS_CHECK_PARAMS
//#define MBEDTLS_CHECK_PARAMS
/* \} name SECTION: System support */