From c43cf927f2fc7cbcd6e8e3487114ab8fa80c57c3 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 16 Nov 2023 15:39:32 +0000 Subject: fix typo: exdata -> ex_data --- src/lib/libcrypto/man/BIO_get_ex_new_index.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/BIO_get_ex_new_index.3 b/src/lib/libcrypto/man/BIO_get_ex_new_index.3 index 69f0ffc432..c484591fcd 100644 --- a/src/lib/libcrypto/man/BIO_get_ex_new_index.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb