openssl: add option to disable PSK support
[oweals/openwrt.git] / package / libs / openssl / Config.in
index 02b5da9a0e1fff9897222adea5c248a04fbf22d0..7224b65a4b1387149a5755c24f18ebf5380697c2 100644 (file)
@@ -25,6 +25,16 @@ 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_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO