summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_client.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2020-01-23 10:48:37 +0000
committerjsing <jsing@openbsd.org>2020-01-23 10:48:37 +0000
commitdc77a1b6be2178ef3b10b1095ac8144db9bc6da5 (patch)
treee14cb0d1811858e59df6e7e89adbb9434bcec02d /lib/libssl/tls13_client.c
parentImplement sending client certificate requests for 1.3 server (diff)
downloadwireguard-openbsd-dc77a1b6be2178ef3b10b1095ac8144db9bc6da5.tar.xz
wireguard-openbsd-dc77a1b6be2178ef3b10b1095ac8144db9bc6da5.zip
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
ssl_get_message is essentially a switch between ssl3_get_message and dtls1_get_message, both only used by the legacy stack. Instead, use SSL_IS_DTLS() in ssl3_get_message to call the DTLS function when necessary. ok beck@ inoguchi@ tb@
Diffstat (limited to 'lib/libssl/tls13_client.c')
0 files changed, 0 insertions, 0 deletions