Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistently
authorRichard Levitte <levitte@openssl.org>
Sun, 4 Oct 2020 09:51:20 +0000 (11:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 12 Oct 2020 06:29:30 +0000 (08:29 +0200)
commit053730c5b7e9f4d0e97108e01d0fce472f300edd
treeb48df4199e448f6261f8a84528981f62c0d6811e
parent77c30753cdcf4da182953b3b169296c6612089ef
Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistently

The triggering macro that decides if a symbol is to be considered
deprecated is OPENSSL_NO_DEPRECATEDIN_x_y[_z].  OpenSSL::ParseC
renames any OPENSSL_NO_DEPRECATED_x_y[_z] by inserting "IN".

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13074)
util/perl/OpenSSL/Ordinals.pm
util/perl/OpenSSL/ParseC.pm