Always show application and library versions in "openssl version".
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8963)
This commit is contained in:
parent
53bfacf220
commit
1dea43c3d3
1 changed files with 3 additions and 8 deletions
|
@ -122,14 +122,9 @@ opthelp:
|
|||
if (!dirty)
|
||||
version = 1;
|
||||
|
||||
if (version) {
|
||||
if (strcmp(OpenSSL_version(OPENSSL_FULL_VERSION_STRING),
|
||||
OPENSSL_FULL_VERSION_STR) == 0)
|
||||
printf("%s\n", OpenSSL_version(OPENSSL_VERSION));
|
||||
else
|
||||
printf("%s (Library: %s)\n",
|
||||
OPENSSL_VERSION_TEXT, OpenSSL_version(OPENSSL_VERSION));
|
||||
}
|
||||
if (version)
|
||||
printf("%s (Library: %s)\n",
|
||||
OPENSSL_VERSION_TEXT, OpenSSL_version(OPENSSL_VERSION));
|
||||
if (date)
|
||||
printf("%s\n", OpenSSL_version(OPENSSL_BUILT_ON));
|
||||
if (platform)
|
||||
|
|
Loading…
Reference in a new issue