summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-05-06 14:03:20 +1000
committerPauli <pauli@openssl.org>2021-05-08 20:44:41 +1000
commit839261592ca447aa083403cee7b0ced97cef6159 (patch)
tree1791b2bc0c0cbd55c91eb71328b3724e69fe2f50 /crypto/md5
parent0d40ca47bd86e74a95c3a2f5fb6c67cdbee93c79 (diff)
Remove unused code from the fips module
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15167)
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/build.info3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/md5/build.info b/crypto/md5/build.info
index c35177bd50..080411cc2c 100644
--- a/crypto/md5/build.info
+++ b/crypto/md5/build.info
@@ -15,7 +15,7 @@ IF[{- !$disabled{asm} -}]
ENDIF
$COMMON=md5_dgst.c md5_one.c md5_sha1.c $MD5ASM
-SOURCE[../../libcrypto ../../providers/libfips.a]=$COMMON
+SOURCE[../../libcrypto]=$COMMON
# A no-deprecated no-shared build ends up with double function definitions
# without conditioning this on dso. The issue is MD5 which is needed in the
@@ -30,7 +30,6 @@ ENDIF
# Implementations are now spread across several libraries, so the defines
# need to be applied to all affected libraries and modules.
DEFINE[../../libcrypto]=$MD5DEF
-DEFINE[../../providers/libfips.a]=$MD5DEF
DEFINE[../../providers/liblegacy.a]=$MD5DEF
GENERATE[md5-586.s]=asm/md5-586.pl