openssl: bump to 1.0.1j
[oweals/openwrt.git] / package / libs / openssl / Config.in
index b8a37793c7133b45d36349f6107c139531be2620..b0a29c5e643a9518445349bde5dfe1c66a41b138 100644 (file)
@@ -3,6 +3,7 @@ menu "Configuration"
 
 config OPENSSL_WITH_EC
        bool
+       default y
        prompt "Enable elliptic curve support"
 
 config OPENSSL_WITH_EC2M
@@ -10,6 +11,11 @@ config OPENSSL_WITH_EC2M
         depends on OPENSSL_WITH_EC
         prompt "Enable ec2m support"
 
+config OPENSSL_WITH_SSL3
+       bool
+       default n
+       prompt "Enable sslv3 support"
+
 config OPENSSL_ENGINE_CRYPTO
        bool
        prompt "Crypto acceleration support"