From 5317b6ee1fc3db20de5976fbb46cc49a45c0768a Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 22 Mar 2022 11:52:27 +0000 Subject: Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17937) --- util/perl/OpenSSL/ParseC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/perl/OpenSSL/ParseC.pm') diff --git a/util/perl/OpenSSL/ParseC.pm b/util/perl/OpenSSL/ParseC.pm index e3cfe07827..3f14cac9cd 100644 --- a/util/perl/OpenSSL/ParseC.pm +++ b/util/perl/OpenSSL/ParseC.pm @@ -292,7 +292,7 @@ EOF { regexp => qr/(.*)\bLHASH_OF<<<\((.*?)\)>>>(.*)/, massager => sub { return ("$1struct lhash_st_$2$3"); } }, - { regexp => qr/DEFINE_LHASH_OF(?:_INTERNAL)?<<<\((.*)\)>>>/, + { regexp => qr/DEFINE_LHASH_OF(?:_INTERNAL|_EX)?<<<\((.*)\)>>>/, massager => sub { return (<<"EOF"); static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *), -- cgit v1.2.3