From a7d3f432cb3de064cf2f0bfa020e4723385babb3 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Wed, 2 Jan 2002 15:13:19 +0000 Subject: Generate? Or maybe Degenerate? Definitely not Denerate. --- regress/lib/libssl/testrsa.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/lib/libssl') diff --git a/regress/lib/libssl/testrsa.sh b/regress/lib/libssl/testrsa.sh index a28e0d1aa2a..17c6abf7ce5 100644 --- a/regress/lib/libssl/testrsa.sh +++ b/regress/lib/libssl/testrsa.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: testrsa.sh,v 1.5 2002/01/02 15:12:14 art Exp $ +# $OpenBSD: testrsa.sh,v 1.6 2002/01/02 15:13:18 art Exp $ #Test RSA certificate generation of openssl @@ -13,7 +13,7 @@ if [ $? != 0 ]; then fi -# Denerate an RSA certificate +# Generate an RSA certificate openssl req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem if [ $? != 0 ]; then exit 1; -- cgit v1.2.3