openssl: add option for NPN support
[openwrt/staging/noltari.git] / package / libs / openssl / Config.in
index 02b5da9a0e1fff9897222adea5c248a04fbf22d0..492b042864c4ad0bd3ca7e022331e95b077376dc 100644 (file)
@@ -25,6 +25,11 @@ config OPENSSL_WITH_COMPRESSION
        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