X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/389aa499593df4c352df94e7e94f718a6ae4c828..1d81a7b61a209e7ab114d4aadd4e9a8b318f83dc:/ssh.c?ds=sidebyside diff --git a/ssh.c b/ssh.c index 7e831839..4537f38f 100644 --- a/ssh.c +++ b/ssh.c @@ -824,7 +824,7 @@ static int ssh1_rdpkt(Ssh ssh, unsigned char **data, int *datalen) st->realcrc = crc32(ssh->pktin.data, st->biglen - 4); st->gotcrc = GET_32BIT(ssh->pktin.data + st->biglen - 4); if (st->gotcrc != st->realcrc) { - bombout((ssh,"Incorrect CRC received on packet: wanted 0x%08x, got 0x%08x", st->realcrc, st->gotcrc)); + bombout((ssh,"Incorrect CRC received on packet")); crReturn(0); }