summaryrefslogtreecommitdiffstats
path: root/fips/sha1/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'fips/sha1/Makefile.ssl')
-rw-r--r--fips/sha1/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/sha1/Makefile.ssl b/fips/sha1/Makefile.ssl
index 952060b1f0..75b5debdef 100644
--- a/fips/sha1/Makefile.ssl
+++ b/fips/sha1/Makefile.ssl
@@ -49,7 +49,7 @@ check_standalone: fips_standalone_sha1
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
- @touch lib
+ @sleep 2; touch lib
fips_standalone_sha1: fips_standalone_sha1.o fips_sha1dgst.o
$(CC) -o fips_standalone_sha1 $(CFLAGS) fips_standalone_sha1.o \