]> git.ipfire.org Git - thirdparty/openssl.git/commit
Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sun, 9 Dec 2018 22:10:29 +0000 (17:10 -0500)
committerRichard Levitte <levitte@openssl.org>
Thu, 5 Sep 2019 19:48:41 +0000 (21:48 +0200)
commit7e8c3381937354cf171ceaf4c69315e9a45d4858
treef4af4acda1306a98499d21c8acf6b7b82556eaff
parent464ac47f81c07d5630026d3ce1251da00c469e00
Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER

The OpenSSL_version_num() function returns at runtime the
OPENSSL_VERSION_NUMBER of the compiled OpenSSL library.  This is a
used and useful interface, and should not (at least yet) be
deprecated, we just introduced the new versioning schema, it seems
too early to deprecate the old.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7853)
crypto/cversion.c
include/openssl/crypto.h
include/openssl/opensslv.h
util/libcrypto.num