Add a ktls_crypto_info_t typedef.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 24 Jul 2020 20:47:35 +0000 (13:47 -0700)
committerMatt Caswell <matt@openssl.org>
Mon, 31 Aug 2020 08:34:19 +0000 (09:34 +0100)
commitc34ca13a60f2acb4509be0aec9f506853ffbd1ea
tree123b7cd5ebd0450349953cb68699c837f87063ed
parent23e77b0ba328afe3492d990cd24f7b8896b4246f
Add a ktls_crypto_info_t typedef.

This type is defined to hold the OS-specific structure passed to
BIO_set_ktls.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12111)
include/internal/ktls.h
ssl/t1_enc.c
ssl/tls13_enc.c