2010-04-16 18:50:45 +08:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_libopenssl
|
2010-01-29 03:28:06 +08:00
|
|
|
|
2012-07-12 07:38:16 +08:00
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
2010-01-29 03:28:06 +08:00
|
|
|
bool
|
|
|
|
prompt "Crypto acceleration support"
|
|
|
|
|
2012-07-12 07:38:16 +08:00
|
|
|
config OPENSSL_ENGINE_DIGEST
|
|
|
|
bool
|
|
|
|
depends OPENSSL_ENGINE_CRYPTO
|
|
|
|
prompt "Digests acceleration support"
|
|
|
|
|
2010-04-16 18:50:45 +08:00
|
|
|
endmenu
|