diff options
author | schwarze <> | 2022-12-22 16:38:45 +0000 |
---|---|---|
committer | schwarze <> | 2022-12-22 16:38:45 +0000 |
commit | 30979b182281b6719cd5c9e188c52d6ef43d9db9 (patch) | |
tree | 5c7bf72b267ddbd867c11d58b633f684deefdfa9 | |
parent | ced3705d9d8d2139e1abfd9b7173308a73d023df (diff) | |
download | openbsd-30979b182281b6719cd5c9e188c52d6ef43d9db9.tar.gz openbsd-30979b182281b6719cd5c9e188c52d6ef43d9db9.tar.bz2 openbsd-30979b182281b6719cd5c9e188c52d6ef43d9db9.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!
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_null.3 | 7 |
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 |