diff options
-rw-r--r-- | lib/libcrypto/man/BIO_s_null.3 | 7 |
1 files changed, 4 insertions, 3 deletions
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 <steve@openssl.org>. .\" 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 |