openssl: enable elliptic curve crypto by default (so that it can be used by things...
[openwrt.git] / package / libs / openssl / Config.in
index b8a3779..34eff28 100644 (file)
@@ -3,6 +3,7 @@ menu "Configuration"
 
 config OPENSSL_WITH_EC
        bool
+       default y
        prompt "Enable elliptic curve support"
 
 config OPENSSL_WITH_EC2M