summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl1
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/ ||