aboutsummaryrefslogtreecommitdiffstats
path: root/test/testgen
diff options
context:
space:
mode:
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