Deprecate ERR_get_state()
authorRichard Levitte <levitte@openssl.org>
Fri, 26 Jul 2019 16:11:55 +0000 (18:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Sep 2019 16:34:06 +0000 (18:34 +0200)
commite5d4233fbd07eac52227c7ec5f479a46f15914bf
treeb1721a511174bca38d434ea844baae1187e30d38
parent14e275e8fb736be4ea83441b630515f7be97d06b
Deprecate ERR_get_state()

Internally, we still need this function, so we make it internal and
then add a new ERR_get_state() that simply calls the internal variant,
unless it's "removed" by configuration.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9462)
16 files changed:
crypto/err/err.c
crypto/err/err_blocks.c
crypto/err/err_locl.h
fuzz/asn1.c
fuzz/asn1parse.c
fuzz/bignum.c
fuzz/bndiv.c
fuzz/client.c
fuzz/cms.c
fuzz/conf.c
fuzz/crl.c
fuzz/ct.c
fuzz/server.c
fuzz/x509.c
include/openssl/err.h
util/libcrypto.num