1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-15 10:08:06 -05:00
Simon Tatham a647f2ba11 Adopt C99 <stdint.h> integer types.
The annoying int64.h is completely retired, since C99 guarantees a
64-bit integer type that you can actually treat like an ordinary
integer. Also, I've replaced the local typedefs uint32 and word32
(scattered through different parts of the crypto code) with the
standard uint32_t.
2018-11-03 13:25:50 +00:00
..
2018-09-19 23:08:07 +01:00
2018-10-26 23:05:53 +01:00
2018-08-25 14:38:47 +01:00
2018-10-21 10:02:10 +01:00
2018-11-03 13:25:50 +00:00