openssl: enable elliptic curve crypto by default (so that it can be used by things...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 24 Jul 2013 12:38:06 +0000 (12:38 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 24 Jul 2013 12:38:06 +0000 (12:38 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37524

package/libs/openssl/Config.in

index b8a37793c7133b45d36349f6107c139531be2620..34eff28338be5147f0ed06666c4de94961926ce2 100644 (file)
@@ -3,6 +3,7 @@ menu "Configuration"
 
 config OPENSSL_WITH_EC
        bool
+       default y
        prompt "Enable elliptic curve support"
 
 config OPENSSL_WITH_EC2M