Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
authorHugo Landau <hlandau@openssl.org>
Tue, 22 Mar 2022 11:52:27 +0000 (11:52 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 22 Jun 2022 07:36:14 +0000 (09:36 +0200)
commit5317b6ee1fc3db20de5976fbb46cc49a45c0768a
treed74e2364f8eec5783f0f22f4b4333a8665a40948
parentbcb52bcc9f9c36a85d037976676fd5ca52f307cd
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17937)
23 files changed:
CHANGES.md
apps/include/function.h
crypto/core_namemap.c
crypto/engine/eng_local.h
crypto/lhash/lh_stats.c
crypto/objects/obj_local.h
crypto/property/defn_cache.c
crypto/property/property.c
crypto/property/property_string.c
crypto/store/store_local.h
doc/internal/man7/deprecation.pod
doc/man3/OPENSSL_LH_COMPFUNC.pod
doc/man3/OPENSSL_LH_stats.pod
doc/man7/migration_guide.pod
include/internal/cryptlib.h
include/openssl/lhash.h.in
include/openssl/macros.h
ssl/ssl_local.h
test/lhash_test.c
util/find-doc-nits
util/libcrypto.num
util/missingmacro.txt
util/perl/OpenSSL/ParseC.pm