curl: Remove PolarSSL and adjust default to mbedTLS
[openwrt/staging/wigyori.git] / package / network / utils / curl / Config.in
index 1e98b3a598813e54f93ebbbdbd4e03bfecd7550b..6fa10b67816cabd1e638d531e86f08fce230c17e 100644 (file)
@@ -4,10 +4,7 @@ comment "SSL support"
 
 choice
        prompt "Selected SSL library"
-       default LIBCURL_POLARSSL
-
-       config LIBCURL_POLARSSL
-               bool "PolarSSL"
+       default LIBCURL_MBEDTLS
 
        config LIBCURL_MBEDTLS
                bool "mbed TLS"