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
path: root/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-08-28 16:50:48 +0400
committerUlf Möller <ulf@openssl.org>1999-08-28 16:50:48 +0400
commitb357e95cc4e677320d9cc111daf73fbe0535f571 (patch)
tree17db44f4c88f1523b7b2b9a05648b7a598318001 /crypto
parent1cbde6e4fa6a5bde5a62109acb58e02f1990608f (diff)
make testapps after the library.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl4
-rw-r--r--crypto/des/Makefile.ssl2
-rw-r--r--crypto/pkcs7/Makefile.ssl2
3 files changed, 6 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 37aaac1528..17caee18fa 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -57,6 +57,10 @@ buildinf.h: ../Makefile.ssl
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
+testapps:
+ (cd des && make des)
+ (cd pkcs7 && make testapps)
+
subdirs:
@for i in $(SDIRS) ;\
do \
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl
index e9c94406e2..789063b3c1 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -53,7 +53,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
-all: lib des
+all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl
index f6632b3b21..2974465ecf 100644
--- a/crypto/pkcs7/Makefile.ssl
+++ b/crypto/pkcs7/Makefile.ssl
@@ -37,7 +37,7 @@ top:
test:
-all: lib testapps
+all: lib
testapps: enc dec sign verify