elfutils: fix gcc 8.0+ multistatement macros warning/error
[openwrt/staging/dedeckeh.git] / package / libs / wolfssl / Config.in
index 7e8a4b6cee62d10ddb6c3c2684bb811db1b29743..50b0bb9cdf13292eeffd62d3fc54d01ab5adfbc1 100644 (file)
@@ -2,11 +2,11 @@ if PACKAGE_libwolfssl
 
 config WOLFSSL_HAS_AES_CCM
        bool "Include AES-CCM support"
-       default n
+       default y
 
 config WOLFSSL_HAS_AES_GCM
        bool "Include AES-GCM support"
-       default n
+       default y
 
 config WOLFSSL_HAS_CHACHA
        bool "Include ChaCha cipher suite support"
@@ -18,24 +18,36 @@ config WOLFSSL_HAS_ECC
 
 config WOLFSSL_HAS_DH
        bool "Include DH (Diffie-Hellman) support"
-       default n
+       default y
 
 config WOLFSSL_HAS_ARC4
        bool "Include ARC4 support"
-       default n
+       default y
 
 config WOLFSSL_HAS_DES3
        bool "Include DES3 (Tripple-DES) support"
-       default n
+       default y
 
 config WOLFSSL_HAS_PSK
        bool "Include PKS (Pre Share Key) support"
-       default n
+       default y
+
+config WOLFSSL_HAS_SESSION_TICKET
+       bool "Include session ticket support"
+       default y
 
 config WOLFSSL_HAS_DTLS
        bool "Include DTLS support"
        default n
 
+config WOLFSSL_HAS_OCSP
+       bool "Include OSCP support"
+       default y
+
+config WOLFSSL_HAS_WPAS
+       bool "Include wpa_supplicant support"
+       default y
+
 config WOLFSSL_HAS_ECC25519
        bool "Include ECC Curve 22519 support"
        depends on WOLFSSL_HAS_ECC