ubox: bump to version 2017-03-10
[lede.git] / package / libs / openssl / Config.in
index 7224b65a4b1387149a5755c24f18ebf5380697c2..dbcd11abfc00bd75ac6a585ee5bb47d910d23704 100644 (file)
@@ -20,6 +20,11 @@ config OPENSSL_WITH_DEPRECATED
        default y
        prompt "Include deprecated APIs"
 
+config OPENSSL_WITH_DTLS
+       bool
+       default n
+       prompt "Enable DTLS support"
+
 config OPENSSL_WITH_COMPRESSION
        bool
        default n
@@ -27,7 +32,7 @@ config OPENSSL_WITH_COMPRESSION
 
 config OPENSSL_WITH_NPN
        bool
-       default n
+       default y
        prompt "Enable NPN support"
 
 config OPENSSL_WITH_PSK
@@ -35,6 +40,11 @@ config OPENSSL_WITH_PSK
        default y
        prompt "Enable PSK support"
 
+config OPENSSL_WITH_SRP
+       bool
+       default y
+       prompt "Enable SRP support"
+
 config OPENSSL_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO