diff options
author | Pauli <pauli@openssl.org> | 2022-10-11 02:23:57 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-10-19 13:21:01 +0200 |
commit | ecd831469919215b0a45693b00ec0fd7d42d5d61 (patch) | |
tree | cdc054a8c476b6fa45264f178a0b6e45eb2917e8 /crypto/ripemd | |
parent | Add changes entry for RIPEMD160 being added to the default provider (diff) | |
download | openssl-ecd831469919215b0a45693b00ec0fd7d42d5d61.tar.xz openssl-ecd831469919215b0a45693b00ec0fd7d42d5d61.zip |
default provider: include RIPEMD160
Including RIPEMD160 in both the default and legacy providers shouldn't break
anyone and makes the algorithm available more readily.
Fixes #17722
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19375)
Diffstat (limited to 'crypto/ripemd')
-rw-r--r-- | crypto/ripemd/build.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/ripemd/build.info b/crypto/ripemd/build.info index 03f1f98632..75a6cd5ff0 100644 --- a/crypto/ripemd/build.info +++ b/crypto/ripemd/build.info @@ -19,10 +19,10 @@ SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM DEFINE[../../libcrypto]=$RMD160DEF # When all deprecated symbols are removed, libcrypto doesn't export the -# RIPEMD160 functions, so we must include them directly in liblegacy.a +# RIPEMD160 functions, so we must include them directly in libcommon.a IF[{- $disabled{'deprecated-3.0'} -}] - SOURCE[../../providers/liblegacy.a]=rmd_dgst.c rmd_one.c $RMD160ASM - DEFINE[../../providers/liblegacy.a]=$RMD160DEF + SOURCE[../../providers/libcommon.a]=rmd_dgst.c rmd_one.c $RMD160ASM + DEFINE[../../providers/libcommon.a]=$RMD160DEF ENDIF GENERATE[rmd-586.S]=asm/rmd-586.pl |