summaryrefslogtreecommitdiffstats
path: root/Configurations
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 /Configurations
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 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index d98c42c85e..c2a0de3a97 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -1167,7 +1167,6 @@ $(SRCDIR)/providers/fips.module.sources: \
for x in crypto/bn/asm/*.pl crypto/bn/asm/*.S \
crypto/aes/asm/*.pl crypto/aes/asm/*.S \
crypto/ec/asm/*.pl \
- crypto/md5/asm/*.pl \
crypto/modes/asm/*.pl \
crypto/sha/asm/*.pl; do \
echo "$$x"; \