openssl: enable the use of cryptodev digests
[openwrt.git] / package / openssl / Config.in
index 8430cff..11591de 100644 (file)
@@ -1,7 +1,13 @@
-config BR2_PACKAGE_OPENSSL
-       tristate "openssl"
-       default m
-       help
-         A library implementing the SSL and TLS protocols 
-         
-         http://www.openssl.org/
+menu "Configuration"
+       depends on PACKAGE_libopenssl
+
+config OPENSSL_ENGINE_CRYPTO
+       bool
+       prompt "Crypto acceleration support"
+
+config OPENSSL_ENGINE_DIGEST
+       bool
+       depends OPENSSL_ENGINE_CRYPTO
+       prompt "Digests acceleration support"
+
+endmenu