CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/14 08:20:31
Modified files:
lib/libssl : ssl_locl.h
Log message:
Switch finish{,_peer}_md_len from int to size_t
This is the natural type for these and it simplifies an upcoming commit.
The few consumers have been carefully checked to be fine with this.
ok inoguchi jsing
