From b51ca2264f3c87ae6c0f6bd726ff14aae7906760 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 2 May 2023 13:15:05 +0000 Subject: 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. --- src/regress/lib/libcrypto/man/check_complete.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index f4b63a6f2f..b937c19604 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/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; } -- cgit v1.2.3-55-g6feb