Simplify tls13_server_encrypted_extensions_recv
authortb <tb@openbsd.org>
Fri, 22 Jul 2022 14:53:07 +0000 (14:53 +0000)
committertb <tb@openbsd.org>
Fri, 22 Jul 2022 14:53:07 +0000 (14:53 +0000)
commit4d7879d4bf31ef9b7cdd0c2dbcb6dfce997239b1
tree00066feef7f39a0d29787cc4671e511e6046075d
parentea006b744b058bb2b6136de963450547d538c62a
Simplify tls13_server_encrypted_extensions_recv

We can rely on tlsext_client_parse() to set the alert, so no need to
do this in the error path.

ok jsing
lib/libssl/tls13_client.c