diff options
| author | art <> | 2002-01-02 15:13:18 +0000 |
|---|---|---|
| committer | art <> | 2002-01-02 15:13:18 +0000 |
| commit | 95606041101ffb4977c3b6433612fbe01e7a8c41 (patch) | |
| tree | 5b940c10e81e5bf043a70a51e97ab727c53b4ccc /src | |
| parent | e22041c4a08e516e7ef5e11e0b5e6076597c5f40 (diff) | |
| download | openbsd-95606041101ffb4977c3b6433612fbe01e7a8c41.tar.gz openbsd-95606041101ffb4977c3b6433612fbe01e7a8c41.tar.bz2 openbsd-95606041101ffb4977c3b6433612fbe01e7a8c41.zip | |
Generate? Or maybe Degenerate? Definitely not Denerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/testrsa.sh | 4 |
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 | |||
| 13 | fi | 13 | fi |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | # Denerate an RSA certificate | 16 | # Generate an RSA certificate |
| 17 | openssl req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem | 17 | openssl req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem |
| 18 | if [ $? != 0 ]; then | 18 | if [ $? != 0 ]; then |
| 19 | exit 1; | 19 | exit 1; |
