Mark BIO_s_log(3) as intentionally undocumented.
authorschwarze <schwarze@openbsd.org>
Thu, 22 Dec 2022 16:38:45 +0000 (16:38 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 22 Dec 2022 16:38:45 +0000 (16:38 +0000)
commit1678ab6ab7fd4e836897e52fb97f83b8fa1029bf
tree2f1fe2c5e2ece52fae5b93580b5e4f026f945157
parent864fc787256cef1209c4fef6ff6231dc2997f6a5
Mark BIO_s_log(3) as intentionally undocumented.

Ben Laurie invented the system logging BIO in 1999 and yet,
nothing whatsoever uses it according to codesearch.debian.net.
Besides, it is poorly designed and a crypto library is absolutely
not the place for putting a clumsy system logging facility.
Not everything needs to be a BIO!
lib/libcrypto/man/BIO_s_null.3