[source] openssl: re-enable NPN by default

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 24 05:43:53 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=cd91f384ac0d210612b7766c46fda73169ecf26d

commit cd91f384ac0d210612b7766c46fda73169ecf26d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jul 24 14:43:42 2016 +0200

    openssl: re-enable NPN by default
    
    Several packages rely on it
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/openssl/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in
index e1d9952..65da36b 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



More information about the lede-commits mailing list