• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révisionffe8370a18f8123bb2b65a78c80977a51f3438ac (tree)
l'heure2003-10-28 23:56:14
AuteurBen Laurie <ben@open...>
CommiterBen Laurie

Message de Log

Targets build too fast.

Change Summary

Modification

--- a/fips/aes/Makefile.ssl
+++ b/fips/aes/Makefile.ssl
@@ -45,7 +45,7 @@ check:
4545 lib: $(LIBOBJ)
4646 $(AR) $(LIB) $(LIBOBJ)
4747 $(RANLIB) $(LIB) || echo Never mind.
48- @touch lib
48+ @sleep 2; touch lib
4949
5050 files:
5151 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
--- a/fips/des/Makefile.ssl
+++ b/fips/des/Makefile.ssl
@@ -44,7 +44,7 @@ check:
4444 lib: $(LIBOBJ)
4545 $(AR) $(LIB) $(LIBOBJ)
4646 $(RANLIB) $(LIB) || echo Never mind.
47- @touch lib
47+ @sleep 2; touch lib
4848
4949 files:
5050 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
--- a/fips/dsa/Makefile.ssl
+++ b/fips/dsa/Makefile.ssl
@@ -41,7 +41,7 @@ all: check lib
4141 lib: $(LIBOBJ)
4242 $(AR) $(LIB) $(LIBOBJ)
4343 $(RANLIB) $(LIB) || echo Never mind.
44- @touch lib
44+ @sleep 2; touch lib
4545
4646 check:
4747 TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)
--- a/fips/rand/Makefile.ssl
+++ b/fips/rand/Makefile.ssl
@@ -44,7 +44,7 @@ check:
4444 lib: $(LIBOBJ)
4545 $(AR) $(LIB) $(LIBOBJ)
4646 $(RANLIB) $(LIB) || echo Never mind.
47- @touch lib
47+ @sleep 2; touch lib
4848
4949 files:
5050 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
--- a/fips/rsa/Makefile.ssl
+++ b/fips/rsa/Makefile.ssl
@@ -41,7 +41,7 @@ all: check lib
4141 lib: $(LIBOBJ)
4242 $(AR) $(LIB) $(LIBOBJ)
4343 $(RANLIB) $(LIB) || echo Never mind.
44- @touch lib
44+ @sleep 2; touch lib
4545
4646 check:
4747 TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)
--- a/fips/sha1/Makefile.ssl
+++ b/fips/sha1/Makefile.ssl
@@ -49,7 +49,7 @@ check_standalone: fips_standalone_sha1
4949 lib: $(LIBOBJ)
5050 $(AR) $(LIB) $(LIBOBJ)
5151 $(RANLIB) $(LIB) || echo Never mind.
52- @touch lib
52+ @sleep 2; touch lib
5353
5454 fips_standalone_sha1: fips_standalone_sha1.o fips_sha1dgst.o
5555 $(CC) -o fips_standalone_sha1 $(CFLAGS) fips_standalone_sha1.o \