summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorart <>2002-01-02 15:13:18 +0000
committerart <>2002-01-02 15:13:18 +0000
commit95606041101ffb4977c3b6433612fbe01e7a8c41 (patch)
tree5b940c10e81e5bf043a70a51e97ab727c53b4ccc /src/regress/lib
parente22041c4a08e516e7ef5e11e0b5e6076597c5f40 (diff)
downloadopenbsd-95606041101ffb4977c3b6433612fbe01e7a8c41.tar.gz
openbsd-95606041101ffb4977c3b6433612fbe01e7a8c41.tar.bz2
openbsd-95606041101ffb4977c3b6433612fbe01e7a8c41.zip
Generate? Or maybe Degenerate? Definitely not Denerate.
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/testrsa.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/testrsa.sh b/src/regress/lib/libssl/testrsa.sh
index a28e0d1aa2..17c6abf7ce 100644
--- a/src/regress/lib/libssl/testrsa.sh
+++ b/src/regress/lib/libssl/testrsa.sh
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: testrsa.sh,v 1.5 2002/01/02 15:12:14 art Exp $ 2# $OpenBSD: testrsa.sh,v 1.6 2002/01/02 15:13:18 art Exp $
3 3
4 4
5#Test RSA certificate generation of openssl 5#Test RSA certificate generation of openssl
@@ -13,7 +13,7 @@ if [ $? != 0 ]; then
13fi 13fi
14 14
15 15
16# Denerate an RSA certificate 16# Generate an RSA certificate
17openssl req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem 17openssl req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem
18if [ $? != 0 ]; then 18if [ $? != 0 ]; then
19 exit 1; 19 exit 1;