summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-08-08 23:44:44 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-08-08 23:44:44 +0000
commitfaa81556da994797e715a60bbd0f6a65d4ef7585 (patch)
tree378249b4678e1df7c6bfe5b3bf23e9dd24becb41 /regress
parent75c89023a99acc2eeab06f48227abfa5c46301c2 (diff)
check_complete: accept #error
Diffstat (limited to 'regress')
-rwxr-xr-xregress/lib/libcrypto/man/check_complete.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl
index 604912058d0..c69ff2fb17f 100755
--- a/regress/lib/libcrypto/man/check_complete.pl
+++ b/regress/lib/libcrypto/man/check_complete.pl
@@ -220,6 +220,7 @@ try_again:
/^#define HEADER_\w+_H$/ ||
/^#endif$/ ||
/^#else$/ ||
+ /^#error/ ||
/^extern\s+const\s+ASN1_ITEM\s+\w+_it;$/ ||
/^#\s*include\s/ ||
/^#ifn?def\s/ ||