projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3454407
)
Shorten output by a line
author
Rich Salz
<rsalz@openssl.org>
Thu, 1 Feb 2018 18:18:32 +0000
(13:18 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 1 Feb 2018 18:18:32 +0000
(13:18 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5238)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index cad25bbe607d913c38347e5b852c84805c8d807a..a99487662c811b8d6b54a7c2bab6e4504574a523 100755
(executable)
--- 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?