From 89cf8bdec02def502641ebe12f08b04a96eab16f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 5 Dec 2024 10:52:45 +0000 Subject: ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsed --- src/regress/lib/libcrypto/man/check_complete.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index c83aba8fae..e3132cb0c9 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl @@ -224,6 +224,7 @@ try_again: if (/^\s*$/ || /^DECLARE_STACK_OF\(\w+\)$/ || + /^DECLARE_PKCS12_STACK_OF\(\w+\)$/ || /^TYPEDEF_D2I2D_OF\(\w+\);$/ || /^#define __bounded__\(\w+, \w+, \w+\)$/ || /^#define HEADER_\w+_H$/ || -- cgit v1.2.3-55-g6feb