X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestgen;h=3534f5821f0cfcb1c5e51fb854c291c9c93d9686;hp=12a4ca4cea89f24aaff47f4ec94634cd4567368c;hb=63daa2aaf40f701ef2f79419fb938290f3f149ff;hpb=b7896b3cb86d80206af14a14d69b0717786f2729 diff --git a/test/testgen b/test/testgen index 12a4ca4cea..3534f5821f 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 -config test.cnf -verify -in testreq.pem -noout if [ $? != 0 ]; then echo signature on req is wrong exit 1