CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/11 11:22:17
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Simplify tlsext_keyshare_server_parse()
SSL_AD_DECODE_ERROR is the default alert for a TLS extension parsing
failure - remove the various gotos and simply return 0 instead.
ok tb@
