summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2024-12-05 10:52:45 +0000
committerschwarze <>2024-12-05 10:52:45 +0000
commit968815da7db07e04f35d0ace917cb916d32232c4 (patch)
tree36d2ab926ee8b1c1f34fd0e840d298837eaa4289 /src
parent19fcae1de631980ee7501ea7557a9997f12ea640 (diff)
downloadopenbsd-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')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl1
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$/ ||