mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
db11695aa6
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
38 lines
667 B
Plaintext
38 lines
667 B
Plaintext
if PACKAGE_libopenssl
|
|
|
|
config OPENSSL_WITH_EC
|
|
bool
|
|
default y
|
|
prompt "Enable elliptic curve support"
|
|
|
|
config OPENSSL_WITH_EC2M
|
|
bool
|
|
depends on OPENSSL_WITH_EC
|
|
prompt "Enable ec2m support"
|
|
|
|
config OPENSSL_WITH_SSL3
|
|
bool
|
|
default n
|
|
prompt "Enable sslv3 support"
|
|
|
|
config OPENSSL_WITH_DEPRECATED
|
|
bool
|
|
default y
|
|
prompt "Include deprecated APIs"
|
|
|
|
config OPENSSL_ENGINE_DIGEST
|
|
bool
|
|
depends on OPENSSL_ENGINE_CRYPTO
|
|
prompt "Digests acceleration support"
|
|
|
|
config OPENSSL_HARDWARE_SUPPORT
|
|
bool
|
|
default n
|
|
prompt "Enable hardware support"
|
|
|
|
endif
|
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
|
bool
|
|
prompt "Crypto acceleration support" if PACKAGE_libopenssl
|