Skip to content

Commit 48330ea

Browse files
Mika LeppänenMika Tervonen
authored andcommitted
Disabled TLS platform memory
1 parent 794e053 commit 48330ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Security/protocols/tls_sec_prot/tls_sec_prot_lib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ int8_t tls_sec_prot_lib_init(tls_security_t *sec)
106106
const char *pers = "ws_tls";
107107

108108
#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);
109+
// Disable for now
110+
//mbedtls_platform_set_calloc_free(tls_sec_prot_lib_mem_calloc, tls_sec_prot_lib_mem_free);
111111
#endif
112112

113113

0 commit comments

Comments
 (0)