CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/07 11:45:13
Modified files:
lib/libssl : ssl_asn1.c ssl_clnt.c ssl_sess.c
Log message:
Simplify various CBS_write_bytes() calls
Now that session_id_length is a size_t, we can pass it directly to
CBS_write_bytes() instead of using a temporary variable.
ok jsing
