]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a 64-bit-cleanness error in sshcrc's generator.
authorSimon Tatham <anakin@pobox.com>
Tue, 26 Jan 2016 22:09:01 +0000 (22:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 26 Jan 2016 22:09:01 +0000 (22:09 +0000)
commit9351a5bfe4b1630227581d77f1aff4ca729ab8c1
treeafc6079b3cd39760b217222e1ad901d2037cb767
parent70f641f84527fcb5a2ccbff7c8e238003ff2d2f3
Fix a 64-bit-cleanness error in sshcrc's generator.

Not that anyone actually needs to use that conditioned-out main(),
since it only generates the table already present in the same source
file, but since @ch3root's unused-variable patch touched it I tried
compiling it and noticed in passing that I'd also got the wrong printf
format directive for an unsigned long.
sshcrc.c