Configure: remove superfluous 0x
authorVitezslav Cizek <vcizek@suse.com>
Thu, 13 Oct 2016 09:44:08 +0000 (11:44 +0200)
committerRich Salz <rsalz@openssl.org>
Thu, 13 Oct 2016 19:37:00 +0000 (15:37 -0400)
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)

(cherry picked from commit 35a498e431f81f94c4ee2dd451cdfe4d566fef3b)

Configure

index c9ac09755de5f7088de82154663b6fecacf5f430..bd57414082b64a94a4ae7f1494061bbbe74b18e8 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -285,7 +285,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}="";