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)
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

index c991bd7..260d279 100644 (file)
@@ -1,5 +1,5 @@
-.\"    $OpenBSD: BIO_s_null.3,v 1.8 2018/05/01 17:05:05 schwarze Exp $
-.\"    OpenSSL e117a890 Sep 14 12:14:41 2000 +0000
+.\" $OpenBSD: BIO_s_null.3,v 1.9 2022/12/22 16:38:45 schwarze Exp $
+.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
 .\" Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: May 1 2018 $
+.Dd $Mdocdate: December 22 2022 $
 .Dt BIO_S_NULL 3
 .Os
 .Sh NAME
 .Nm BIO_s_null
+.\" .Nm BIO_s_log is intentionally undocumented because it is unused
 .Nd null data sink
 .Sh SYNOPSIS
 .In openssl/bio.h