openssl: add option to disable PSK support
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index 492b042864c4ad0bd3ca7e022331e95b077376dc..7224b65a4b1387149a5755c24f18ebf5380697c2 100644 (file)
@@ -30,6 +30,11 @@ config OPENSSL_WITH_NPN
        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