From 630561b5622b496910a5577bb402a6bb4f4dc58c Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 16 Nov 2023 15:39:32 +0000 Subject: [PATCH] fix typo: exdata -> ex_data --- lib/libcrypto/man/BIO_get_ex_new_index.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/man/BIO_get_ex_new_index.3 b/lib/libcrypto/man/BIO_get_ex_new_index.3 index 69f0ffc4320..c484591fcd3 100644 --- a/lib/libcrypto/man/BIO_get_ex_new_index.3 +++ b/lib/libcrypto/man/BIO_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.14 2023/07/21 04:39:49 tb Exp $ +.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.15 2023/11/16 15:39:32 schwarze Exp $ .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 .\" .\" This file was written by Rich Salz . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 21 2023 $ +.Dd $Mdocdate: November 16 2023 $ .Dt BIO_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -126,14 +126,14 @@ with the correct index value. .Fn TYPE_set_ex_data is a function that calls .Xr CRYPTO_set_ex_data 3 -with an offset into the opaque exdata part of the +with an offset into the opaque ex_data part of the .Vt TYPE object. .Pp .Fn TYPE_get_ex_data is a function that calls .Xr CRYPTO_get_ex_data 3 -with an offset into the opaque exdata part of the +with an offset into the opaque ex_data part of the .Vt TYPE object. .Pp -- 2.20.1