35aded3c8b
Enable RMD160 in openssl to fix build failure raised since commit
a83d41867c
Fixes:
- http://autobuild.buildroot.org/results/e3733ad25de55616b2eafff0b489aea2bee65e06
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
25 lines
673 B
Plaintext
25 lines
673 B
Plaintext
config BR2_PACKAGE_RHASH
|
|
bool "rhash"
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
|
|
help
|
|
LibRHash is a professional, portable, thread-safe C library
|
|
for computing a wide variety of hash sums, such as CRC32,
|
|
MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger,
|
|
DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160,
|
|
HAS-160, EDON-R, Whirlpool and Snefru.
|
|
|
|
https://github.com/rhash/RHash
|
|
|
|
if BR2_PACKAGE_RHASH
|
|
|
|
config BR2_PACKAGE_RHASH_BIN
|
|
bool "rhash binary"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
Install rhash console utility
|
|
|
|
comment "rhash binary needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
endif
|