blob: 70d520cd1c7c9c85ad63b7cfa2136a1193c33013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
menu "Configuration"
depends on PACKAGE_libopenssl
config OPENSSL_ENGINE_CRYPTO
bool
prompt "Crypto acceleration support"
config OPENSSL_ENGINE_DIGEST
bool
depends on OPENSSL_ENGINE_CRYPTO
prompt "Digests acceleration support"
endmenu
|