salto_simulator icon indicating copy to clipboard operation
salto_simulator copied to clipboard

md5_update and fp_write_bytes should use size_t for len/size parameters

Open eschaton opened this issue 9 years ago • 0 comments

In md5_update the len parameter is unsigned and in fp_write_bytes the size parameter is int. They should both be size_t to avoid 32/64-bit warnings on some platforms.

eschaton avatar Jun 24 '16 17:06 eschaton