-.\" $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 <rsalz@akamai.com>.
.\" 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
.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