[openssl-commits] [openssl] master update
Viktor Dukhovni
viktor at openssl.org
Thu Jun 23 13:40:45 UTC 2016
The branch master has been updated
via 615dd78b72a822b31ad17623afcf1293bfee3570 (commit)
from d0ba3119def9e2683bc517c8189c33d76373e6c1 (commit)
- Log -----------------------------------------------------------------
commit 615dd78b72a822b31ad17623afcf1293bfee3570
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date: Thu Jun 23 23:28:34 2016 +1000
Drop extraneous printf argument in mkcert.sh
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/certs/mkcert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/certs/mkcert.sh b/test/certs/mkcert.sh
index ced08ea..8863254 100755
--- a/test/certs/mkcert.sh
+++ b/test/certs/mkcert.sh
@@ -61,7 +61,7 @@ req() {
stderr_onerror \
openssl req -new -"${OPENSSL_SIGALG}" -key "${key}.pem" \
-config <(printf "[req]\n%s\n%s\n[dn]\n" \
- "prompt = no" "distinguished_name = dn" "${dn}"
+ "prompt = no" "distinguished_name = dn"
for dn in "$@"; do echo "$dn"; done)
}
More information about the openssl-commits
mailing list