summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2023-05-02 13:15:05 +0000
committerschwarze <>2023-05-02 13:15:05 +0000
commitb51ca2264f3c87ae6c0f6bd726ff14aae7906760 (patch)
tree51f73b312d9c5a60cdb11074fd2957e7d9aaaa28
parent767e7c0cf78d5a2edeb67e7286305ff60696c096 (diff)
downloadopenbsd-b51ca2264f3c87ae6c0f6bd726ff14aae7906760.tar.gz
openbsd-b51ca2264f3c87ae6c0f6bd726ff14aae7906760.tar.bz2
openbsd-b51ca2264f3c87ae6c0f6bd726ff14aae7906760.zip
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.
-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 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:
272 print "D- $line\n" if $verbose; 272 print "D- $line\n" if $verbose;
273 next; 273 next;
274 } 274 }
275 if ($id =~ /^(?:ASN1|BN|X509(?:V3)?)_[FR]_\w+$/) { 275 if ($id =~ /^(?:ASN1|BIO|BN|X509(?:V3)?)_[FR]_\w+$/) {
276 print "D- $line\n" if $verbose; 276 print "D- $line\n" if $verbose;
277 next; 277 next;
278 } 278 }