MBEDTLS_SSL_EXPORT_KEYS added to Nanostack's tls_sec_prot_lib

pull/12729/head
Antti Kauppila 2020-03-30 18:29:23 +03:00
parent 69c6f29ab6
commit abb37c09be
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include MBEDTLS_CONFIG_FILE
#endif
#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 */
#define WS_MBEDTLS_SECURITY_ENABLED
#endif