diff options
author | schwarze <> | 2024-12-05 10:52:45 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-05 10:52:45 +0000 |
commit | 89cf8bdec02def502641ebe12f08b04a96eab16f (patch) | |
tree | 36d2ab926ee8b1c1f34fd0e840d298837eaa4289 /src | |
parent | 297bf27b198fe8f4124d9c397a13f4022ab27ee3 (diff) | |
download | openbsd-89cf8bdec02def502641ebe12f08b04a96eab16f.tar.gz openbsd-89cf8bdec02def502641ebe12f08b04a96eab16f.tar.bz2 openbsd-89cf8bdec02def502641ebe12f08b04a96eab16f.zip |
ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsed
Diffstat (limited to 'src')
-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$/ || |