projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26fe934
)
package/openvpn: requires DES support in openssl
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 12 Jun 2021 12:11:40 +0000
(14:11 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sat, 12 Jun 2021 12:32:03 +0000
(14:32 +0200)
Enable DES in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359
Fixes:
- http://autobuild.buildroot.org/results/
a371f455d9550cb1593b5e349278082001245178
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/openvpn/Config.in
patch
|
blob
|
history
diff --git
a/package/openvpn/Config.in
b/package/openvpn/Config.in
index 3f4a617fb7c695f43b2f6068d151858f3d5c0443..cd8b1db99664512df0282b6a5dbe7842d521dcf6 100644
(file)
--- a/
package/openvpn/Config.in
+++ b/
package/openvpn/Config.in
@@
-2,6
+2,7
@@
config BR2_PACKAGE_OPENVPN
bool "openvpn"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_MBEDTLS
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
help
OpenVPN is a full-featured SSL VPN solution which can
accomodate a wide range of configurations, including road