From: Felix Fietkau Date: Wed, 24 Jul 2013 12:38:06 +0000 (+0000) Subject: openssl: enable elliptic curve crypto by default (so that it can be used by things... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca186db09fd646fb8d5de1c05ce506c1a2f8fda6;p=librecmc%2Flibrecmc.git openssl: enable elliptic curve crypto by default (so that it can be used by things like ipsec as well) Signed-off-by: Felix Fietkau SVN-Revision: 37524 --- diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in index b8a37793c7..34eff28338 100644 --- a/package/libs/openssl/Config.in +++ b/package/libs/openssl/Config.in @@ -3,6 +3,7 @@ menu "Configuration" config OPENSSL_WITH_EC bool + default y prompt "Enable elliptic curve support" config OPENSSL_WITH_EC2M