Skip to content

Commit

Permalink
RIPEMD160 is now available by default since OpenSSL 3.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridenko committed Jun 19, 2023
1 parent 32149be commit b42cff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/crypto/backend_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ backend_version()
#if defined(CRYPTO_BACKEND_OPENSSL3)

#if defined(ENABLE_IDEA) || defined(ENABLE_CAST5) || defined(ENABLE_BLOWFISH) || \
defined(ENABLE_RIPEMD160)
(defined(ENABLE_RIPEMD160) && OPENSSL_VERSION_NUMBER < 0x30000070L)
#define OPENSSL_LOAD_LEGACY
#endif

Expand Down

0 comments on commit b42cff8

Please sign in to comment.