From 67c836e860c735cf1b039ef52973237fd26b74d6 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 1 Feb 2018 13:18:32 -0500 Subject: [PATCH] Shorten output by a line Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5238) --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index cad25bbe60..a99487662c 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? -- 2.34.1