Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-10-28 17:56:14 +0300
committerBen Laurie <ben@openssl.org>2003-10-28 17:56:14 +0300
commitffe8370a18f8123bb2b65a78c80977a51f3438ac (patch)
tree496ccbcccc6be3a3eeab581d33b3dc6a8c0017c7
parentfdf12fd4556cca445044192ba8788bee3579e966 (diff)
Targets build too fast.BEN_FIPS_TEST_3
-rw-r--r--fips/aes/Makefile.ssl2
-rw-r--r--fips/des/Makefile.ssl2
-rw-r--r--fips/dsa/Makefile.ssl2
-rw-r--r--fips/rand/Makefile.ssl2
-rw-r--r--fips/rsa/Makefile.ssl2
-rw-r--r--fips/sha1/Makefile.ssl2
6 files changed, 6 insertions, 6 deletions
diff --git a/fips/aes/Makefile.ssl b/fips/aes/Makefile.ssl
index 48b5c5ffcd..8b6cc36c27 100644
--- a/fips/aes/Makefile.ssl
+++ b/fips/aes/Makefile.ssl
@@ -45,7 +45,7 @@ check:
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
- @touch lib
+ @sleep 2; touch lib
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
diff --git a/fips/des/Makefile.ssl b/fips/des/Makefile.ssl
index 903b6334db..39f1efd061 100644
--- a/fips/des/Makefile.ssl
+++ b/fips/des/Makefile.ssl
@@ -44,7 +44,7 @@ check:
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
- @touch lib
+ @sleep 2; touch lib
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
diff --git a/fips/dsa/Makefile.ssl b/fips/dsa/Makefile.ssl
index 1b8f94a63c..28a7c65af5 100644
--- a/fips/dsa/Makefile.ssl
+++ b/fips/dsa/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)
diff --git a/fips/rand/Makefile.ssl b/fips/rand/Makefile.ssl
index f8e46a33ed..0248ecc933 100644
--- a/fips/rand/Makefile.ssl
+++ b/fips/rand/Makefile.ssl
@@ -44,7 +44,7 @@ check:
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
- @touch lib
+ @sleep 2; touch lib
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
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)
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 \