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 af12d06 commit 3dbe97bCopy full SHA for 3dbe97b
features/nanostack/sal-stack-nanostack/source/Security/protocols/tls_sec_prot/tls_sec_prot_lib.c
@@ -24,7 +24,7 @@
24
#include MBEDTLS_CONFIG_FILE
25
#endif
26
27
-#if defined(MBEDTLS_SSL_TLS_C) && defined(MBEDTLS_X509_CRT_PARSE_C)
+#if defined(MBEDTLS_SSL_TLS_C) && defined(MBEDTLS_X509_CRT_PARSE_C) && defined(MBEDTLS_SSL_EXPORT_KEYS) /* EXPORT_KEYS not supported by mbedtls baremetal yet */
28
#define WS_MBEDTLS_SECURITY_ENABLED
29
30
0 commit comments