summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2023-11-16 15:39:32 +0000
committerschwarze <>2023-11-16 15:39:32 +0000
commitc43cf927f2fc7cbcd6e8e3487114ab8fa80c57c3 (patch)
tree7c5ee94903e9c91c9c528d71687bf7f0eb6b3b62
parentb1b5f5273375a2833976e2f36bd89c4d22de1b49 (diff)
downloadopenbsd-c43cf927f2fc7cbcd6e8e3487114ab8fa80c57c3.tar.gz
openbsd-c43cf927f2fc7cbcd6e8e3487114ab8fa80c57c3.tar.bz2
openbsd-c43cf927f2fc7cbcd6e8e3487114ab8fa80c57c3.zip
fix typo: exdata -> ex_data
-rw-r--r--src/lib/libcrypto/man/BIO_get_ex_new_index.38
1 files changed, 4 insertions, 4 deletions
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 @@
1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.14 2023/07/21 04:39:49 tb Exp $ 1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.15 2023/11/16 15:39:32 schwarze Exp $
2.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 2.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
3.\" 3.\"
4.\" This file was written by Rich Salz <rsalz@akamai.com>. 4.\" This file was written by Rich Salz <rsalz@akamai.com>.
@@ -48,7 +48,7 @@
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: July 21 2023 $ 51.Dd $Mdocdate: November 16 2023 $
52.Dt BIO_GET_EX_NEW_INDEX 3 52.Dt BIO_GET_EX_NEW_INDEX 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -126,14 +126,14 @@ with the correct index value.
126.Fn TYPE_set_ex_data 126.Fn TYPE_set_ex_data
127is a function that calls 127is a function that calls
128.Xr CRYPTO_set_ex_data 3 128.Xr CRYPTO_set_ex_data 3
129with an offset into the opaque exdata part of the 129with an offset into the opaque ex_data part of the
130.Vt TYPE 130.Vt TYPE
131object. 131object.
132.Pp 132.Pp
133.Fn TYPE_get_ex_data 133.Fn TYPE_get_ex_data
134is a function that calls 134is a function that calls
135.Xr CRYPTO_get_ex_data 3 135.Xr CRYPTO_get_ex_data 3
136with an offset into the opaque exdata part of the 136with an offset into the opaque ex_data part of the
137.Vt TYPE 137.Vt TYPE
138object. 138object.
139.Pp 139.Pp