[Buildroot] [git commit] package/hostapd: enable MD4 in openssl

From: Yann E. MORIN <hidden>
Date: 2021-06-07 15:18:32
Subsystem: the rest · Maintainer: Linus Torvalds

commit: https://git.buildroot.net/buildroot/commit/?id=bbf123d9ca6e9019618ace24abe9b21c1f074226
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Hostapd assumes that openssl always provides MD4 support. However MD4
support in openssl has become optional since  commit a83d41867c8d
("package/libopenssl: add option to enable some features").

Select openssl MD4 support in hostapd Kconfig to avoid build failures.

Fixes:
http://autobuild.buildroot.net/results/09ce1d8009da98cd2a3f2c8488abaa9f060a9d6b/

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Yann E. MORIN <redacted>
---
 package/hostapd/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index 54d2086c09..1ac7f6cd5a 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_HOSTAPD
 	bool "hostapd"
 	depends on BR2_USE_MMU # fork()
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
 	help
 	  User space daemon for wireless access points.
 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help