1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Fix indentation goof in CRC test suite.

In crypt.testCRC32(), I had intended to test every input byte with
each of several previous states, but I mis-indented what should have
been the inner loop (over bytes), with the effect that instead I
silently tested the input bytes with only the last of those states.
This commit is contained in:
Simon Tatham 2019-04-12 23:39:43 +01:00
parent 4cbb0bae65
commit b5597cc833