diff options
author | tb <> | 2024-08-08 23:44:43 +0000 |
---|---|---|
committer | tb <> | 2024-08-08 23:44:43 +0000 |
commit | b29666049e6caedc26d4204e50cd5911f3ef4264 (patch) | |
tree | 1dbfb3517770edbe87f2c0c9e52c0e97160fef59 | |
parent | b33067144a2dabfc3c81cba40f5d61f75246b45c (diff) | |
download | openbsd-b29666049e6caedc26d4204e50cd5911f3ef4264.tar.gz openbsd-b29666049e6caedc26d4204e50cd5911f3ef4264.tar.bz2 openbsd-b29666049e6caedc26d4204e50cd5911f3ef4264.zip |
check_complete: accept #error
-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 604912058d..c69ff2fb17 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -220,6 +220,7 @@ try_again: | |||
220 | /^#define HEADER_\w+_H$/ || | 220 | /^#define HEADER_\w+_H$/ || |
221 | /^#endif$/ || | 221 | /^#endif$/ || |
222 | /^#else$/ || | 222 | /^#else$/ || |
223 | /^#error/ || | ||
223 | /^extern\s+const\s+ASN1_ITEM\s+\w+_it;$/ || | 224 | /^extern\s+const\s+ASN1_ITEM\s+\w+_it;$/ || |
224 | /^#\s*include\s/ || | 225 | /^#\s*include\s/ || |
225 | /^#ifn?def\s/ || | 226 | /^#ifn?def\s/ || |