openssl: re-enable NPN by default
[openwrt/staging/lynxis/omap.git] / package / libs / openssl / Config.in
index 492b042864c4ad0bd3ca7e022331e95b077376dc..65da36b01c288c1744bdde8e44ef6f87a6ec2de6 100644 (file)
@@ -27,9 +27,19 @@ config OPENSSL_WITH_COMPRESSION
 
 config OPENSSL_WITH_NPN
        bool
-       default n
+       default y
        prompt "Enable NPN support"
 
+config OPENSSL_WITH_PSK
+       bool
+       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