openssl: enable the use of cryptodev digests
[openwrt/svn-archive/archive.git] / package / openssl / Config.in
index 1d310bdb5d58dcc81981ddafe74c92c015af394d..11591de0476d9c596ff748e8271af7408dc0aa8a 100644 (file)
@@ -1,8 +1,13 @@
 menu "Configuration"
        depends on PACKAGE_libopenssl
 
-config OPENSSL_ENGINE
+config OPENSSL_ENGINE_CRYPTO
        bool
        prompt "Crypto acceleration support"
 
+config OPENSSL_ENGINE_DIGEST
+       bool
+       depends OPENSSL_ENGINE_CRYPTO
+       prompt "Digests acceleration support"
+
 endmenu