summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2023-05-02 13:15:05 +0000
committerschwarze <>2023-05-02 13:15:05 +0000
commit479ac435d8bb0cd8473650af9e92e78c324fd4d2 (patch)
tree51f73b312d9c5a60cdb11074fd2957e7d9aaaa28 /src
parent081362c3437e625f4e0689d6c6f086e93ef39bf0 (diff)
downloadopenbsd-479ac435d8bb0cd8473650af9e92e78c324fd4d2.tar.gz
openbsd-479ac435d8bb0cd8473650af9e92e78c324fd4d2.tar.bz2
openbsd-479ac435d8bb0cd8473650af9e92e78c324fd4d2.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.
Diffstat (limited to 'src')
-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 }