diff options
author | jsing <> | 2020-01-23 10:48:37 +0000 |
---|---|---|
committer | jsing <> | 2020-01-23 10:48:37 +0000 |
commit | a0913f8b11765018808c519315bcbc52aa7a4f27 (patch) | |
tree | fc0b264c41bd1793ca0cfd4f15cda240d52a7e3d /src/lib/libssl/tls13_client.c | |
parent | af261d5b654b61f108348c38178608cc12561614 (diff) | |
download | openbsd-a0913f8b11765018808c519315bcbc52aa7a4f27.tar.gz openbsd-a0913f8b11765018808c519315bcbc52aa7a4f27.tar.bz2 openbsd-a0913f8b11765018808c519315bcbc52aa7a4f27.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 'src/lib/libssl/tls13_client.c')
0 files changed, 0 insertions, 0 deletions