Configure: remove superfluous 0x

The number is taken from the OPENSSL_VERSION_NUMBER which is already
in the hex form.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1706)
This commit is contained in:
Vitezslav Cizek 2016-10-13 11:44:08 +02:00 committed by Rich Salz
parent 4a4c4bf06d
commit 35a498e431

View File

@ -290,7 +290,7 @@ if (defined $ENV{$local_config_envname}) {
}
print "Configuring OpenSSL version $config{version} (0x$config{version_num})\n";
print "Configuring OpenSSL version $config{version} ($config{version_num})\n";
$config{prefix}="";
$config{openssldir}="";