artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4208a21
)
check_complete: accept #error
author
tb
<tb@openbsd.org>
Thu, 8 Aug 2024 23:44:43 +0000
(23:44 +0000)
committer
tb
<tb@openbsd.org>
Thu, 8 Aug 2024 23:44:43 +0000
(23:44 +0000)
regress/lib/libcrypto/man/check_complete.pl
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/man/check_complete.pl
b/regress/lib/libcrypto/man/check_complete.pl
index
6049120
..
c69ff2f
100755
(executable)
--- 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/ ||