From: Vitezslav Cizek Date: Thu, 13 Oct 2016 09:44:08 +0000 (+0200) Subject: Configure: remove superfluous 0x X-Git-Tag: OpenSSL_1_1_1-pre1~3378 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35a498e431f81f94c4ee2dd451cdfe4d566fef3b;p=oweals%2Fopenssl.git 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 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1706) --- diff --git a/Configure b/Configure index 38637fbce9..f451f94f76 100755 --- a/Configure +++ b/Configure @@ -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}="";