Explorar el Código

change: 启用MBEDTLS_DEPRECATED_REMOVED,禁止使用mbedtls的过时api

Wendal Chen hace 3 años
padre
commit
f51f3ce6aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/include/mbedtls_config.h

+ 1 - 1
application/include/mbedtls_config.h

@@ -253,7 +253,7 @@
  *
  * Uncomment to get errors on using deprecated functions and features.
  */
-//#define MBEDTLS_DEPRECATED_REMOVED
+#define MBEDTLS_DEPRECATED_REMOVED
 
 /**
  * \def MBEDTLS_CHECK_PARAMS