[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Feb 1 18:18:51 UTC 2018


The branch master has been updated
       via  67c836e860c735cf1b039ef52973237fd26b74d6 (commit)
      from  34544072e9bccd4dad958ebeb3caadbb5c5106d0 (commit)


- Log -----------------------------------------------------------------
commit 67c836e860c735cf1b039ef52973237fd26b74d6
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Feb 1 13:18:32 2018 -0500

    Shorten output by a line
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5238)

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

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index cad25bb..a994876 100755
--- a/Configure
+++ b/Configure
@@ -939,7 +939,7 @@ if ($target eq "HASH") {
     exit 0;
 }
 
-print "Configuring OpenSSL version $config{version} ($config{version_num})\n";
+print "Configuring OpenSSL version $config{version} ($config{version_num}) ";
 print "for $target\n";
 
 # Backward compatibility?


More information about the openssl-commits mailing list