2010-04-16 10:50:45 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_libopenssl
|
2010-01-28 19:28:06 +00:00
|
|
|
|
2012-07-11 23:38:16 +00:00
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
2010-01-28 19:28:06 +00:00
|
|
|
bool
|
|
|
|
prompt "Crypto acceleration support"
|
|
|
|
|
2012-07-11 23:38:16 +00:00
|
|
|
config OPENSSL_ENGINE_DIGEST
|
|
|
|
bool
|
|
|
|
depends OPENSSL_ENGINE_CRYPTO
|
|
|
|
prompt "Digests acceleration support"
|
|
|
|
|
2010-04-16 10:50:45 +00:00
|
|
|
endmenu
|