package/neon: requires DES and MD4 support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 12 Jun 2021 21:42:31 +0000 (23:42 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 13 Jun 2021 07:26:11 +0000 (09:26 +0200)
Enable DES and MD4 in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

Fixes:
 - http://autobuild.buildroot.org/results/9145df89497df52c7124b82525b76d365aa92fc9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/neon/Config.in

index 983134339b2ece0ec6bb8bd007fc39a54727cbd2..d055b376079214b7a87153c54cc46c2ef2142860 100644 (file)
@@ -16,6 +16,8 @@ config BR2_PACKAGE_NEON_ZLIB
 config BR2_PACKAGE_NEON_SSL
        bool "SSL support"
        select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
        help
          build with SSL support