summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_get_ex_new_index.3
diff options
context:
space:
mode:
authorjmc <>2016-11-18 21:49:20 +0000
committerjmc <>2016-11-18 21:49:20 +0000
commitf4e34c6471cf8c1ba67a5c3a61793b793aa92534 (patch)
treec68a52a5233b265b66138e49b764686678629fdc /src/lib/libcrypto/man/BIO_get_ex_new_index.3
parent2c24b592e783db93c5815555fbd6aca63c958000 (diff)
downloadopenbsd-f4e34c6471cf8c1ba67a5c3a61793b793aa92534.tar.gz
openbsd-f4e34c6471cf8c1ba67a5c3a61793b793aa92534.tar.bz2
openbsd-f4e34c6471cf8c1ba67a5c3a61793b793aa92534.zip
fix double word;
Diffstat (limited to 'src/lib/libcrypto/man/BIO_get_ex_new_index.3')
-rw-r--r--src/lib/libcrypto/man/BIO_get_ex_new_index.34
1 files changed, 2 insertions, 2 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 b91ac4f739..98ff6ce590 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.1 2016/11/18 18:54:43 schwarze Exp $ 1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.2 2016/11/18 21:49:20 jmc Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Rich Salz <rsalz@akamai.com>. 4.\" This file was written by Rich Salz <rsalz@akamai.com>.
@@ -128,7 +128,7 @@ object.
128.Fn TYPE_get_ex_data 128.Fn TYPE_get_ex_data
129is a function that calls 129is a function that calls
130.Xr CRYPTO_get_ex_data 3 130.Xr CRYPTO_get_ex_data 3
131with an an offset into the opaque exdata part of the 131with an offset into the opaque exdata part of the
132.Vt TYPE 132.Vt TYPE
133object. 133object.
134.Sh SEE ALSO 134.Sh SEE ALSO