summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2022-12-22 16:38:45 +0000
committerschwarze <>2022-12-22 16:38:45 +0000
commit86fa28cbbacedd13469273af209171d5c5dd3ef0 (patch)
tree5c7bf72b267ddbd867c11d58b633f684deefdfa9 /src
parent58cea6b327e073cc0af3f693fbe6299f52426e9c (diff)
downloadopenbsd-86fa28cbbacedd13469273af209171d5c5dd3ef0.tar.gz
openbsd-86fa28cbbacedd13469273af209171d5c5dd3ef0.tar.bz2
openbsd-86fa28cbbacedd13469273af209171d5c5dd3ef0.zip
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!
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BIO_s_null.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_null.3 b/src/lib/libcrypto/man/BIO_s_null.3
index c991bd7357..260d2799a7 100644
--- a/src/lib/libcrypto/man/BIO_s_null.3
+++ b/src/lib/libcrypto/man/BIO_s_null.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: BIO_s_null.3,v 1.8 2018/05/01 17:05:05 schwarze Exp $ 1.\" $OpenBSD: BIO_s_null.3,v 1.9 2022/12/22 16:38:45 schwarze Exp $
2.\" OpenSSL e117a890 Sep 14 12:14:41 2000 +0000 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
5.\" Copyright (c) 2000 The OpenSSL Project. All rights reserved. 5.\" Copyright (c) 2000 The OpenSSL Project. All rights reserved.
@@ -48,11 +48,12 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: May 1 2018 $ 51.Dd $Mdocdate: December 22 2022 $
52.Dt BIO_S_NULL 3 52.Dt BIO_S_NULL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
55.Nm BIO_s_null 55.Nm BIO_s_null
56.\" .Nm BIO_s_log is intentionally undocumented because it is unused
56.Nd null data sink 57.Nd null data sink
57.Sh SYNOPSIS 58.Sh SYNOPSIS
58.In openssl/bio.h 59.In openssl/bio.h