mirror of https://github.com/openssl/openssl.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 <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1706)
This commit is contained in:
parent
4a4c4bf06d
commit
35a498e431
|
@ -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{prefix}="";
|
||||||
$config{openssldir}="";
|
$config{openssldir}="";
|
||||||
|
|
Loading…
Reference in New Issue