CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/09 07:54:19
Modified files:
lib/libssl : ssl_clnt.c
Log message:
Drop a redundant test. It's effectively doing the same test twice
and if the two lengths differed, the later CBS_write_bytes() would
correctly fail anyway.
Discussed with jsing
