diff options
| author | tb <> | 2024-08-08 23:44:43 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-08 23:44:43 +0000 |
| commit | e8f5943b719fa7c99ca31dd81267a19d2e6fc533 (patch) | |
| tree | 1dbfb3517770edbe87f2c0c9e52c0e97160fef59 /src/regress/lib/libc | |
| parent | a700f25e372d00c866e25c6e094f9d8cdc01b70a (diff) | |
| download | openbsd-e8f5943b719fa7c99ca31dd81267a19d2e6fc533.tar.gz openbsd-e8f5943b719fa7c99ca31dd81267a19d2e6fc533.tar.bz2 openbsd-e8f5943b719fa7c99ca31dd81267a19d2e6fc533.zip | |
check_complete: accept #error
Diffstat (limited to '')
| -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/ || |
