diff options
-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; |