summaryrefslogtreecommitdiffstats
path: root/test/testgen
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/testgen
parent2ec077d87eb1415978df0321aac1dddd7c612f8b (diff)
Fix tests for ssleay -> openssl.
Diffstat (limited to 'test/testgen')
-rw-r--r--test/testgen4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testgen b/test/testgen
index 12a4ca4cea..f31586e2a4 100644
--- a/test/testgen
+++ b/test/testgen
@@ -15,13 +15,13 @@ echo "There should be a 2 sequences of .'s and some +'s."
echo "There should not be more that at most 80 per line"
echo "This could take some time."
-../apps/ssleay req -config test.cnf -new -out testreq.pem
+../apps/openssl req -config test.cnf -new -out testreq.pem
if [ $? != 0 ]; then
echo problems creating request
exit 1
fi
-../apps/ssleay req -verify -in testreq.pem -noout
+../apps/openssl req -verify -in testreq.pem -noout
if [ $? != 0 ]; then
echo signature on req is wrong
exit 1