Remove handling of outdated macro's
authorRich Salz <rsalz@akamai.com>
Mon, 18 Nov 2019 10:29:21 +0000 (05:29 -0500)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 10 Dec 2019 17:43:45 +0000 (18:43 +0100)
commit436c21a0fd317cb929fb00eefb1ac84e90676097
tree01441031b55fcdeb6c258ce024362d2a17af58f7
parent8c06d7199e3885d24e39439f54b2ed2e5b40fbea
Remove handling of outdated macro's

DECLARE_STACK_OF was renamed to DEFINE_STACK_OF in commit 8588571.
Expanded the only use of TYPEDEF_{D2I,I2D,D2I2D}_OF, so that they can
easily be removed in a future release

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10464)
include/openssl/asn1.h
util/mkerr.pl
util/perl/OpenSSL/ParseC.pm