[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Oct 13 19:36:47 UTC 2016
The branch master has been updated
via 35a498e431f81f94c4ee2dd451cdfe4d566fef3b (commit)
from 4a4c4bf06d6362f56507c787c61b07655563e962 (commit)
- Log -----------------------------------------------------------------
commit 35a498e431f81f94c4ee2dd451cdfe4d566fef3b
Author: Vitezslav Cizek <vcizek at suse.com>
Date: Thu Oct 13 11:44:08 2016 +0200
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 at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1706)
-----------------------------------------------------------------------
Summary of changes:
Configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configure b/Configure
index 38637fb..f451f94 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}="";
More information about the openssl-commits
mailing list