openssl: remove the separate configuration menu, use the implicit one (via MENU:=1)
Fixes warning on selecting OPENSSL_ENGINE_CRYPTO if openssl is not selected Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48312
This commit is contained in:
parent
edb3c1780c
commit
8de052800a
1 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
||||||
menu "Configuration"
|
if PACKAGE_libopenssl
|
||||||
depends on PACKAGE_libopenssl
|
|
||||||
|
|
||||||
config OPENSSL_WITH_EC
|
config OPENSSL_WITH_EC
|
||||||
bool
|
bool
|
||||||
|
@ -16,10 +15,6 @@ config OPENSSL_WITH_SSL3
|
||||||
default n
|
default n
|
||||||
prompt "Enable sslv3 support"
|
prompt "Enable sslv3 support"
|
||||||
|
|
||||||
config OPENSSL_ENGINE_CRYPTO
|
|
||||||
bool
|
|
||||||
prompt "Crypto acceleration support"
|
|
||||||
|
|
||||||
config OPENSSL_ENGINE_DIGEST
|
config OPENSSL_ENGINE_DIGEST
|
||||||
bool
|
bool
|
||||||
depends on OPENSSL_ENGINE_CRYPTO
|
depends on OPENSSL_ENGINE_CRYPTO
|
||||||
|
@ -30,4 +25,8 @@ config OPENSSL_HARDWARE_SUPPORT
|
||||||
default n
|
default n
|
||||||
prompt "Enable hardware support"
|
prompt "Enable hardware support"
|
||||||
|
|
||||||
endmenu
|
endif
|
||||||
|
|
||||||
|
config OPENSSL_ENGINE_CRYPTO
|
||||||
|
bool
|
||||||
|
prompt "Crypto acceleration support" if PACKAGE_libopenssl
|
||||||
|
|
Loading…
Reference in a new issue