Shorten output by a line
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5238)
This commit is contained in:
parent
34544072e9
commit
67c836e860
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue