]> 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>
Mon, 29 Feb 2016 19:59:36 +0000 (19:59 +0000)
commit4dbf2ea85ce0239d26f318cd9553a40f2444f5d2
treef41e855a1046fe823bde28a113a78dbd647a9526
parentab147df1757fae4a300943b7bb1587ae14bb23d2
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.

(cherry picked from commit 9351a5bfe4b1630227581d77f1aff4ca729ab8c1)
sshcrc.c