aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-02 19:01:41 +0000
committerBen Laurie <ben@openssl.org>1999-01-02 19:01:41 +0000
commit288370ea264fd81c5837a4b70604dc23636c0fea (patch)
tree41336e7b879a7c299cff43193e5e4b07cec4515b /test/Makefile.ssl
parent2ec077d87eb1415978df0321aac1dddd7c612f8b (diff)
downloadopenssl-288370ea264fd81c5837a4b70604dc23636c0fea.tar.gz
Fix tests for ssleay -> openssl.
Diffstat (limited to 'test/Makefile.ssl')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index f105c380ce..06823067bc 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -183,7 +183,7 @@ if (((NR+1)%64) == 0) print NR+1," tests done"; }'
test_verify:
@echo "The following command should have some OK's and some failures"
@echo "There are definitly a few expired certificates"
- ../apps/ssleay verify -CApath ../certs ../certs/*.pem
+ ../apps/openssl verify -CApath ../certs ../certs/*.pem
test_dh:
@echo "Generate as set of DH parameters"