aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/Config.in
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2017-08-24 08:56:40 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2017-09-17 00:00:12 +0200
commitd03c23c8d4d022288106979e7ce2839c9ec9c7fb (patch)
tree441c62aa13905360cfed9e1e8a6a0e39ae0918e7 /package/libs/cyassl/Config.in
parent560b7334ec6337d1d73225727f998a9b706c9ff6 (diff)
downloadupstream-d03c23c8d4d022288106979e7ce2839c9ec9c7fb.tar.gz
upstream-d03c23c8d4d022288106979e7ce2839c9ec9c7fb.tar.bz2
upstream-d03c23c8d4d022288106979e7ce2839c9ec9c7fb.zip
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 <ardeleanalex@gmail.com>
Diffstat (limited to 'package/libs/cyassl/Config.in')
-rw-r--r--package/libs/cyassl/Config.in48
1 files changed, 0 insertions, 48 deletions
diff --git a/package/libs/cyassl/Config.in b/package/libs/cyassl/Config.in
deleted file mode 100644
index 371bb564f8..0000000000
--- a/package/libs/cyassl/Config.in
+++ /dev/null
@@ -1,48 +0,0 @@
-if PACKAGE_libcyassl
-
-config CYASSL_HAS_AES_CCM
- bool "Include AES-CCM support"
- default n
-
-config CYASSL_HAS_AES_GCM
- bool "Include AES-GCM support"
- default n
-
-config CYASSL_HAS_CHACHA
- bool "Include ChaCha cipher suite support"
- default n
-
-config CYASSL_HAS_ECC
- bool "Include ECC (Elliptic Curve Cryptography) support"
- default y
-
-config CYASSL_HAS_DH
- bool "Include DH (Diffie-Hellman) support"
- default n
-
-config CYASSL_HAS_ARC4
- bool "Include ARC4 support"
- default n
-
-config CYASSL_HAS_DES3
- bool "Include DES3 (Tripple-DES) support"
- default n
-
-config CYASSL_HAS_PSK
- bool "Include PKS (Pre Share Key) support"
- default n
-
-config CYASSL_HAS_DTLS
- bool "Include DTLS support"
- default n
-
-config CYASSL_HAS_ECC25519
- bool "Include ECC Curve 22519 support"
- depends on CYASSL_HAS_ECC
- default n
-
-config CYASSL_HAS_POLY_1305
- bool "Include Poly-1305 support"
- default n
-
-endif