The branch master has been updated
       via  615dd78b72a822b31ad17623afcf1293bfee3570 (commit)
      from  d0ba3119def9e2683bc517c8189c33d76373e6c1 (commit)


- Log -----------------------------------------------------------------
commit 615dd78b72a822b31ad17623afcf1293bfee3570
Author: Viktor Dukhovni <[email protected]>
Date:   Thu Jun 23 23:28:34 2016 +1000

    Drop extraneous printf argument in mkcert.sh
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

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)
 }
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to