From d03c23c8d4d022288106979e7ce2839c9ec9c7fb Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 24 Aug 2017 08:56:40 +0300 Subject: cyassl,curl,libustream-ssl: rename every `cyassl` to `wolfssl` This is to eliminate any ambiguity about the cyassl/wolfssl lib. The rename happened some time ago (~3+ years). As time goes by, people will start to forget cyassl and start to get confused about the wolfSSL vs cyassl thing. It's a good idea to keep up with the times (moving forward). Signed-off-by: Alexandru Ardelean --- package/network/utils/curl/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/utils/curl/Config.in') diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in index 6fa10b6..6f72134 100644 --- a/package/network/utils/curl/Config.in +++ b/package/network/utils/curl/Config.in @@ -9,8 +9,8 @@ choice config LIBCURL_MBEDTLS bool "mbed TLS" - config LIBCURL_CYASSL - bool "CyaSSL" + config LIBCURL_WOLFSSL + bool "wolfSSL" config LIBCURL_OPENSSL bool "OpenSSL" -- cgit v1.1