From e982dbc8622103ac58b152a28266decf489a1189 Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 2 May 2023 13:15:05 +0000 Subject: [PATCH] Mark the BIO_F_* function codes as intentionally undocumented and for now, skip the the BIO_R_* reason codes. It looks like all public symbols in the BIO library are now documented or marked as intentionally undocumented. --- regress/lib/libcrypto/man/check_complete.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index f4b63a6f2f4..b937c19604c 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -272,7 +272,7 @@ try_again: print "D- $line\n" if $verbose; next; } - if ($id =~ /^(?:ASN1|BN|X509(?:V3)?)_[FR]_\w+$/) { + if ($id =~ /^(?:ASN1|BIO|BN|X509(?:V3)?)_[FR]_\w+$/) { print "D- $line\n" if $verbose; next; } -- 2.20.1