From: nbd 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: http://207.154.207.93/?a=commitdiff_plain;h=7f63e3ede7c91b5534fe14d51039606fae9ff1a2;p=openwrt.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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37524 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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