瀏覽代碼

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

Wendal Chen 3 年之前
父節點
當前提交
633a54600e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/port/mbedtls_config.h

+ 1 - 1
app/port/mbedtls_config.h

@@ -217,7 +217,7 @@
  *
  *
  * Uncomment to get errors on using deprecated functions.
  * Uncomment to get errors on using deprecated functions.
  */
  */
-//#define MBEDTLS_DEPRECATED_REMOVED
+#define MBEDTLS_DEPRECATED_REMOVED
 
 
 /* \} name SECTION: System support */
 /* \} name SECTION: System support */