From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:35:22 +0000 (+0100) Subject: Add HISTORY to BIO_s_mem documentation X-Git-Tag: openssl-3.4.1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=687c38db1d1da9433a4ee9fd560e95e3e2694f2c;p=thirdparty%2Fopenssl.git Add HISTORY to BIO_s_mem documentation Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26146) (cherry picked from commit 8cbe6e5a8109a831627a683e97e998a7f64401fe) --- diff --git a/doc/man3/BIO_s_mem.pod b/doc/man3/BIO_s_mem.pod index b9bfedcdc65..23631800d5e 100644 --- a/doc/man3/BIO_s_mem.pod +++ b/doc/man3/BIO_s_mem.pod @@ -197,6 +197,10 @@ and BUF_MEM structure: ... free(data); +=head1 HISTORY + +BIO_s_dgram_mem() was added in OpenSSL 3.2. + =head1 COPYRIGHT Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.