You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/ssl/mbedtls/port/include/mbedtls/esp_config.h
+1-2
Original file line number
Diff line number
Diff line change
@@ -1972,7 +1972,7 @@
1972
1972
* This module provides debugging functions.
1973
1973
*/
1974
1974
#ifCONFIG_MBEDTLS_DEBUG
1975
-
//#define MBEDTLS_DEBUG_C
1975
+
#defineMBEDTLS_DEBUG_C
1976
1976
#endif
1977
1977
1978
1978
/**
@@ -2887,7 +2887,6 @@
2887
2887
//#define MBEDTLS_SSL_CACHE_DEFAULT_MAX_ENTRIES 50 /**< Maximum entries in cache */
2888
2888
2889
2889
/* SSL options */
2890
-
externunsigned intmax_content_len;
2891
2890
#defineMBEDTLS_SSL_MAX_CONTENT_LEN CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN /**< Maxium fragment length in bytes, determines the size of each of the two internal I/O buffers */
0 commit comments