aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libs/openssl/Config.in')
-rw-r--r--package/libs/openssl/Config.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in
new file mode 100644
index 0000000..b0a29c5
--- /dev/null
+++ b/package/libs/openssl/Config.in
@@ -0,0 +1,28 @@
+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"
+
+config OPENSSL_ENGINE_DIGEST
+ bool
+ depends on OPENSSL_ENGINE_CRYPTO
+ prompt "Digests acceleration support"
+
+endmenu