You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
241 B
14 lines
241 B
15 years ago
|
menu "Configuration"
|
||
|
depends on PACKAGE_libopenssl
|
||
15 years ago
|
|
||
13 years ago
|
config OPENSSL_ENGINE_CRYPTO
|
||
15 years ago
|
bool
|
||
|
prompt "Crypto acceleration support"
|
||
|
|
||
13 years ago
|
config OPENSSL_ENGINE_DIGEST
|
||
|
bool
|
||
|
depends OPENSSL_ENGINE_CRYPTO
|
||
|
prompt "Digests acceleration support"
|
||
|
|
||
15 years ago
|
endmenu
|