diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-12-05 10:52:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-12-05 10:52:46 +0000 |
commit | d4986bf001771f3117daba833bed7f5a40400135 (patch) | |
tree | 5557868406e99fa49f41e05619ddc5b1a974ac6f /regress/lib/libcrypto | |
parent | 3d01fa41b75895df98fcba341bffa5f12cccc5a6 (diff) |
ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsed
Diffstat (limited to 'regress/lib/libcrypto')
-rwxr-xr-x | regress/lib/libcrypto/man/check_complete.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index c83aba8faea..e3132cb0c91 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/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$/ || |