summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index 1086fd8627..d31b7c6756 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -228,7 +228,7 @@ try_again:
228 } 228 }
229 next; 229 next;
230 } 230 }
231 if (/^\w+(?:\(\w+\))?(?:\s+\w+)?(?:\s+|\s*\(?\*\s*)(\w+)\s*\(/) { 231 if (/^\w+(?:\(\w+\))?(?:\s+\w+)?\s+(?:\(?\*\s*)?(\w+)\(/) {
232 my $id = $1; 232 my $id = $1;
233 /\);$/ or $in_function = 1; 233 /\);$/ or $in_function = 1;
234 unless (system "$MANW $id > /dev/null 2>&1") { 234 unless (system "$MANW $id > /dev/null 2>&1") {