package/stunnel: requires DES support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 22 Jul 2021 20:44:08 +0000 (22:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Jul 2021 21:27:08 +0000 (23:27 +0200)
Enable DES in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

Fixes:
 - http://autobuild.buildroot.org/results/4b306a13f543bbabf3f01d882b3549e3d9961556

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/stunnel/Config.in

index e4a956770e46dfadce0d8b2f38b8d835102ebc8f..087fecd930ff0384d38812614516941030f9f276 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_STUNNEL
        bool "stunnel"
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
        help
          Stunnel is a program that wraps any TCP connection with an SSL
          connection.