You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/libs/openssl/Config.in

14 lines
241 B
Plaintext

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