summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/testgen
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/test/testgen')
-rw-r--r--src/lib/libssl/test/testgen4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/test/testgen b/src/lib/libssl/test/testgen
index 12a4ca4cea..3534f5821f 100644
--- a/src/lib/libssl/test/testgen
+++ b/src/lib/libssl/test/testgen
@@ -15,13 +15,13 @@ echo "There should be a 2 sequences of .'s and some +'s."
15echo "There should not be more that at most 80 per line" 15echo "There should not be more that at most 80 per line"
16echo "This could take some time." 16echo "This could take some time."
17 17
18../apps/ssleay req -config test.cnf -new -out testreq.pem 18../apps/openssl req -config test.cnf -new -out testreq.pem
19if [ $? != 0 ]; then 19if [ $? != 0 ]; then
20echo problems creating request 20echo problems creating request
21exit 1 21exit 1
22fi 22fi
23 23
24../apps/ssleay req -verify -in testreq.pem -noout 24../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
25if [ $? != 0 ]; then 25if [ $? != 0 ]; then
26echo signature on req is wrong 26echo signature on req is wrong
27exit 1 27exit 1