openssl: bump to 1.0.1j
[oweals/openwrt.git] / package / libs / openssl / Config.in
index 70d520cd1c7c9c85ad63b7cfa2136a1193c33013..b0a29c5e643a9518445349bde5dfe1c66a41b138 100644 (file)
@@ -1,6 +1,21 @@
 menu "Configuration"
        depends on PACKAGE_libopenssl
 
+config OPENSSL_WITH_EC
+       bool
+       default y
+       prompt "Enable elliptic curve support"
+
+config OPENSSL_WITH_EC2M
+        bool
+        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"