The branch OpenSSL_1_1_0-stable has been updated via bf4e64227da738f68ed0304e24177f1317171151 (commit) from 91951307d63cd238e2603cc739b765a909f35785 (commit)
- Log ----------------------------------------------------------------- commit bf4e64227da738f68ed0304e24177f1317171151 Author: Vitezslav Cizek <vci...@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 <levi...@openssl.org> Reviewed-by: Rich Salz <rs...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1706) (cherry picked from commit 35a498e431f81f94c4ee2dd451cdfe4d566fef3b) ----------------------------------------------------------------------- Summary of changes: Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index c9ac097..bd57414 100755 --- 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}=""; _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits