feat(ssl): use mbedtls by default

This commit is contained in:
Zhang Jun Hao
2019-01-14 15:59:20 +08:00
parent 38a29a64db
commit f56dfe2b14

View File

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