From 2274872de95dd06ea15219a2f56e1f5df9d10e78 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 8 Aug 2024 23:44:43 +0000 Subject: [PATCH] check_complete: accept #error --- regress/lib/libcrypto/man/check_complete.pl | 1 + 1 file changed, 1 insertion(+) 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/ || -- 2.20.1