diff options
| author | schwarze <> | 2024-12-05 10:52:45 +0000 |
|---|---|---|
| committer | schwarze <> | 2024-12-05 10:52:45 +0000 |
| commit | 968815da7db07e04f35d0ace917cb916d32232c4 (patch) | |
| tree | 36d2ab926ee8b1c1f34fd0e840d298837eaa4289 /src/regress/lib/libcrypto | |
| parent | 19fcae1de631980ee7501ea7557a9997f12ea640 (diff) | |
| download | openbsd-968815da7db07e04f35d0ace917cb916d32232c4.tar.gz openbsd-968815da7db07e04f35d0ace917cb916d32232c4.tar.bz2 openbsd-968815da7db07e04f35d0ace917cb916d32232c4.zip | |
ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsed
Diffstat (limited to 'src/regress/lib/libcrypto')
| -rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
| 224 | 224 | ||
| 225 | if (/^\s*$/ || | 225 | if (/^\s*$/ || |
| 226 | /^DECLARE_STACK_OF\(\w+\)$/ || | 226 | /^DECLARE_STACK_OF\(\w+\)$/ || |
| 227 | /^DECLARE_PKCS12_STACK_OF\(\w+\)$/ || | ||
| 227 | /^TYPEDEF_D2I2D_OF\(\w+\);$/ || | 228 | /^TYPEDEF_D2I2D_OF\(\w+\);$/ || |
| 228 | /^#define __bounded__\(\w+, \w+, \w+\)$/ || | 229 | /^#define __bounded__\(\w+, \w+, \w+\)$/ || |
| 229 | /^#define HEADER_\w+_H$/ || | 230 | /^#define HEADER_\w+_H$/ || |
