CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/07 11:20:26
Modified files:
lib/libssl : ssl_asn1.c
Log message:
Simplify CBS_write_bytes() invocation
Now that master_key_length is a size_t, we no longer have to fiddle with
data_len. We can rather pass a pointer to it to CBS_write_bytes().
ok jsing
