openssl: add option to disable PSK support
[oweals/openwrt.git] / package / libs / openssl / Config.in
index aa943002d3f25f71e2348030798326b84f80e418..7224b65a4b1387149a5755c24f18ebf5380697c2 100644 (file)
@@ -20,6 +20,21 @@ config OPENSSL_WITH_DEPRECATED
        default y
        prompt "Include deprecated APIs"
 
+config OPENSSL_WITH_COMPRESSION
+       bool
+       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