projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e65b0
)
package/wget: enable MD4 and DES support in openssl
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 27 May 2021 12:22:07 +0000
(15:22 +0300)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Thu, 27 May 2021 15:33:00 +0000
(17:33 +0200)
NTLM support in wget requires MD4 and DES. Make sure that openssl
supports these algorithms.
Fixes:
http://autobuild.buildroot.net/results/
a342a4547dce1551e141c06c454f6e5f0830b671
/
http://autobuild.buildroot.net/results/
12b1f6f701b46a1dd2de5e32c86beecf590b6530
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/wget/Config.in
patch
|
blob
|
history
diff --git
a/package/wget/Config.in
b/package/wget/Config.in
index acb20f8f099380a704775650e8c731140525967f..ba03a75e7af1f94d0d105b07d7703bdb950d9578 100644
(file)
--- a/
package/wget/Config.in
+++ b/
package/wget/Config.in
@@
-4,6
+4,8
@@
config BR2_PACKAGE_WGET
depends on BR2_USE_MMU
depends on BR2_USE_WCHAR
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
help
Network utility to retrieve files from http, https and ftp.