From: schwarze Date: Thu, 22 Dec 2022 16:38:45 +0000 (+0000) Subject: Mark BIO_s_log(3) as intentionally undocumented. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1678ab6ab7fd4e836897e52fb97f83b8fa1029bf;p=openbsd 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! --- diff --git a/lib/libcrypto/man/BIO_s_null.3 b/lib/libcrypto/man/BIO_s_null.3 index c991bd73570..260d2799a76 100644 --- a/lib/libcrypto/man/BIO_s_null.3 +++ b/lib/libcrypto/man/BIO_s_null.3 @@ -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 . .\" Copyright (c) 2000 The OpenSSL Project. All rights reserved. @@ -48,11 +48,12 @@ .\" 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