diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-24 12:38:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-24 12:38:06 +0000 |
commit | 7f63e3ede7c91b5534fe14d51039606fae9ff1a2 (patch) | |
tree | ab81ea2559d74d8c1e75ed08ed878ae1ea9861b5 /package/libs/openssl | |
parent | ba98c7f7e00108c05d1d4a906b8d963e4149de66 (diff) |
openssl: enable elliptic curve crypto by default (so that it can be used by things like ipsec as well)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/openssl')
-rw-r--r-- | package/libs/openssl/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |