X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fopenssl%2FConfig.in;h=11591de0476d9c596ff748e8271af7408dc0aa8a;hb=16cd6e1e8ad6e19a8abce14326cc29ac2ce17b7d;hp=8430cff940568ffba92f9028594e567a37d03ebe;hpb=f77b88d124ea1c900f9cf5e04046939aad48bbe1;p=openwrt.git diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 8430cff940..11591de047 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -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