summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/testgen
diff options
context:
space:
mode:
authorbeck <>1999-09-29 04:37:45 +0000
committerbeck <>1999-09-29 04:37:45 +0000
commitde8f24ea083384bb66b32ec105dc4743c5663cdf (patch)
tree1412176ae62a3cab2cf2b0b92150fcbceaac6092 /src/lib/libssl/test/testgen
parentcb929d29896bcb87c2a97417fbd03e50078fc178 (diff)
downloadopenbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.tar.gz
openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.tar.bz2
openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.zip
OpenSSL 0.9.4 merge
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