Merge pull request #9982 from artokin/nanostack_update_for_mbedos_512

Nanostack update for Mbed OS 5.12
pull/10012/head
Martin Kojtal 2019-03-08 12:05:00 +01:00 committed by GitHub
commit b19fa515a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include MBEDTLS_CONFIG_FILE #include MBEDTLS_CONFIG_FILE
#endif #endif
#if defined(MBEDTLS_SSL_TLS_C) #if defined(MBEDTLS_SSL_TLS_C) && defined(MBEDTLS_X509_CRT_PARSE_C)
#define WS_MBEDTLS_SECURITY_ENABLED #define WS_MBEDTLS_SECURITY_ENABLED
#endif #endif