openssl: add option to disable compression support
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index aa943002d3f25f71e2348030798326b84f80e418..02b5da9a0e1fff9897222adea5c248a04fbf22d0 100644 (file)
@@ -20,6 +20,11 @@ config OPENSSL_WITH_DEPRECATED
        default y
        prompt "Include deprecated APIs"
 
+config OPENSSL_WITH_COMPRESSION
+       bool
+       default n
+       prompt "Enable compression support"
+
 config OPENSSL_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO