openssl: add elliptic curve crypto compilation options to openssl
[openwrt-github/.git] / package / libs / openssl / Config.in
index 70d520cd1c7c9c85ad63b7cfa2136a1193c33013..b8a37793c7133b45d36349f6107c139531be2620 100644 (file)
@@ -1,6 +1,15 @@
 menu "Configuration"
        depends on PACKAGE_libopenssl
 
+config OPENSSL_WITH_EC
+       bool
+       prompt "Enable elliptic curve support"
+
+config OPENSSL_WITH_EC2M
+        bool
+        depends on OPENSSL_WITH_EC
+        prompt "Enable ec2m support"
+
 config OPENSSL_ENGINE_CRYPTO
        bool
        prompt "Crypto acceleration support"