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 \