We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794e053 commit 48330eaCopy full SHA for 48330ea
source/Security/protocols/tls_sec_prot/tls_sec_prot_lib.c
@@ -106,8 +106,8 @@ int8_t tls_sec_prot_lib_init(tls_security_t *sec)
106
const char *pers = "ws_tls";
107
108
#ifdef MBEDTLS_PLATFORM_MEMORY
109
- // Enabled if platform memory is enabled
110
- mbedtls_platform_set_calloc_free(tls_sec_prot_lib_mem_calloc, tls_sec_prot_lib_mem_free);
+ // Disable for now
+ //mbedtls_platform_set_calloc_free(tls_sec_prot_lib_mem_calloc, tls_sec_prot_lib_mem_free);
111
#endif
112
113
0 commit comments