Mark the BIO_F_* function codes as intentionally undocumented
authorschwarze <schwarze@openbsd.org>
Tue, 2 May 2023 13:15:05 +0000 (13:15 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 2 May 2023 13:15:05 +0000 (13:15 +0000)
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

index f4b63a6..b937c19 100755 (executable)
@@ -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;
                }