提交 35a498e4 编写于 作者: V Vitezslav Cizek 提交者: Rich Salz

Configure: remove superfluous 0x

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

CLA: trivial
Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1706)
上级 4a4c4bf0
......@@ -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}="";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册