hostapd: select libopenssl-legacy for hostapd-basic-openssl

According to commit 560965d libopenssl-legacy is required for the
openssl variants; also select it for hostapd-basic-openssl
as the IDEA and SEED ciphers and MDC2 and WHIRLPOOL digests need it

Signed-off-by: Lea Teuberth <lea.teuberth@outlook.com>
This commit is contained in:
Lea Teuberth 2024-04-10 13:33:45 +02:00
parent d668c74fe6
commit 9047202d86

View File

@ -209,7 +209,7 @@ define Package/hostapd-basic-openssl
$(call Package/hostapd/Default,$(1))
TITLE+= (WPA-PSK, 11r and 11w)
VARIANT:=basic-openssl
DEPENDS+=+PACKAGE_hostapd-basic-openssl:libopenssl
DEPENDS+=$(OPENSSL_DEPENDS)
endef
define Package/hostapd-basic-openssl/description