package/proftpd: requires RMD160 support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 13 Jun 2021 09:39:44 +0000 (11:39 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 13 Jun 2021 20:02:42 +0000 (22:02 +0200)
Enable RMD160 in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

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

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

index 4898f49dd24bce710e8532aed3985761763a72a9..83094028a0c96be06a91b201528530aef27fd920 100644 (file)
@@ -29,6 +29,7 @@ config BR2_PACKAGE_PROFTPD_MOD_REDIS
 config BR2_PACKAGE_PROFTPD_MOD_SFTP
        bool "mod_sftp support"
        select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
        help
          Compile ProFTPD with mod_sftp support