CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/22 08:53:07
Modified files:
lib/libssl : tls13_client.c
Log message:
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
