Merge branch 'feature/using_wolfssl_as_default' into 'master'

Using WolfSSL as default

See merge request sdk/ESP8266_RTOS_SDK!607
This commit is contained in:
Dong Heng
2018-11-06 20:01:20 +08:00
4 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@ menu "SSL"
choice SSL_LIBRARY_CHOOSE
prompt "Choose SSL/TLS library"
default SSL_USING_MBEDTLS
default SSL_USING_WOLFSSL
help
Choose the SSL/TLS library which you want to use.