openssl: add option for NPN support
[librecmc/librecmc.git] / package / libs / openssl / Config.in
index aa943002d3f25f71e2348030798326b84f80e418..492b042864c4ad0bd3ca7e022331e95b077376dc 100644 (file)
@@ -20,6 +20,16 @@ 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_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO