Skip to content

Commit 01d9cf6

Browse files
committed
Add back mbedtls_xxx for some STM32 targets
Mark them _nkweak so they will be ignored if methods are available from mbedtls port files.
1 parent 636fb04 commit 01d9cf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PAL/COM/sockets/ssl/MbedTLS/ssl_generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ __nfweak void mbedtls_net_free(mbedtls_net_context *ctx)
190190

191191
ctx->fd = -1;
192192
}
193-
*/
194193

195194
// get Unix Epoch time from HAL SystemTime
196195
time_t nf_get_unix_epoch()

0 commit comments

Comments
 (0)