summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-10-11 11:23:57 +1100
committerTomas Mraz <tomas@openssl.org>2022-10-19 13:28:08 +0200
commit4534468866c2b29d197c48f0763c32e5a7b65868 (patch)
tree58c2fba1142880974d6b2272335287c114b9316e /crypto
parentc861c3ee142ac00d5facd112fd8891e87c50bc7b (diff)
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) (cherry picked from commit ecd831469919215b0a45693b00ec0fd7d42d5d61)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ripemd/build.info6
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