commit | b357e95cc4e677320d9cc111daf73fbe0535f571 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Sat Aug 28 12:50:48 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Sat Aug 28 12:50:48 1999 +0000 |
tree | 17db44f4c88f1523b7b2b9a05648b7a598318001 | |
parent | 1cbde6e4fa6a5bde5a62109acb58e02f1990608f [diff] [blame] |
make testapps after the library.
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 37aaac1..17caee1 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl
@@ -57,6 +57,10 @@ echo " #define DATE \"`date`\""; \ echo "#endif" ) >buildinf.h +testapps: + (cd des && make des) + (cd pkcs7 && make testapps) + subdirs: @for i in $(SDIRS) ;\ do \