openssl: add option to disable SRP support
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index 02b5da9a0e1fff9897222adea5c248a04fbf22d0..e1d9952a37b4ef403f5a64d56c305db5dbbac306 100644 (file)
@@ -25,6 +25,21 @@ config OPENSSL_WITH_COMPRESSION
        default n
        prompt "Enable compression support"
 
+config OPENSSL_WITH_NPN
+       bool
+       default n
+       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