CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/08 13:34:44
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Simplify tlsext_ecpf_parse()
The default alert in the tlsext parsing code is a decode_error, so
there's no need for an error path that only sets that alert.
suggested by/ok jsing
