diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BIO_get_ex_new_index.3 | 8 |
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 |
127 | is a function that calls | 127 | is a function that calls |
128 | .Xr CRYPTO_set_ex_data 3 | 128 | .Xr CRYPTO_set_ex_data 3 |
129 | with an offset into the opaque exdata part of the | 129 | with an offset into the opaque ex_data part of the |
130 | .Vt TYPE | 130 | .Vt TYPE |
131 | object. | 131 | object. |
132 | .Pp | 132 | .Pp |
133 | .Fn TYPE_get_ex_data | 133 | .Fn TYPE_get_ex_data |
134 | is a function that calls | 134 | is a function that calls |
135 | .Xr CRYPTO_get_ex_data 3 | 135 | .Xr CRYPTO_get_ex_data 3 |
136 | with an offset into the opaque exdata part of the | 136 | with an offset into the opaque ex_data part of the |
137 | .Vt TYPE | 137 | .Vt TYPE |
138 | object. | 138 | object. |
139 | .Pp | 139 | .Pp |