From: Felix Fietkau Date: Sun, 24 Jul 2016 12:43:42 +0000 (+0200) Subject: openssl: re-enable NPN by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cd91f384ac0d210612b7766c46fda73169ecf26d;p=openwrt%2Fstaging%2Fneocturne.git openssl: re-enable NPN by default Several packages rely on it Signed-off-by: Felix Fietkau --- diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in index e1d9952a37..65da36b01c 100644 --- a/package/libs/openssl/Config.in +++ b/package/libs/openssl/Config.in @@ -27,7 +27,7 @@ config OPENSSL_WITH_COMPRESSION config OPENSSL_WITH_NPN bool - default n + default y prompt "Enable NPN support" config OPENSSL_WITH_PSK