feat(ssl): remove AX-TLS

Also open source, we recommend that customers use mbedTLS.
This commit is contained in:
dongheng
2019-05-23 11:05:54 +08:00
parent 1b42f75df8
commit a06729a33b
36 changed files with 0 additions and 13611 deletions

View File

@ -10,8 +10,6 @@ choice SSL_LIBRARY_CHOOSE
config SSL_USING_MBEDTLS
bool "mbedTLS"
config SSL_USING_AXTLS
bool "axTLS"
config SSL_USING_WOLFSSL
bool "wolfSSL (License info in wolfssl subdirectory README)"
endchoice