Skip to content

Commit 2d44306

Browse files
Fix mbedtls config for mbedtls 3.x (#631)
1 parent 58877e4 commit 2d44306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pico_w/wifi/mbedtls_config_examples_common.h

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
1313
#define MBEDTLS_HAVE_TIME
14+
#define MBEDTLS_PLATFORM_MS_TIME_ALT
1415

1516
#define MBEDTLS_CIPHER_MODE_CBC
1617
#define MBEDTLS_ECP_DP_SECP192R1_ENABLED

0 commit comments

Comments
 (0)