artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e337eb
)
Mark the BIO_F_* function codes as intentionally undocumented
author
schwarze
<schwarze@openbsd.org>
Tue, 2 May 2023 13:15:05 +0000
(13:15 +0000)
committer
schwarze
<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
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/man/check_complete.pl
b/regress/lib/libcrypto/man/check_complete.pl
index
f4b63a6
..
b937c19
100755
(executable)
--- 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|B
IO|B
N|X509(?:V3)?)_[FR]_\w+$/) {
print "D- $line\n" if $verbose;
next;
}