summaryrefslogtreecommitdiffstats
path: root/fips/rsa/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rsa/Makefile.ssl')
-rw-r--r--fips/rsa/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/rsa/Makefile.ssl b/fips/rsa/Makefile.ssl
index 80d652aa1c..2a603e6b20 100644
--- a/fips/rsa/Makefile.ssl
+++ b/fips/rsa/Makefile.ssl
@@ -41,7 +41,7 @@ all: check lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
- @touch lib
+ @sleep 2; touch lib
check:
TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)