1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Fix compiles on GCC 3.3, which doesn't know about assert(0);

[originally from svn r7130]
This commit is contained in:
Ben Harris 2007-01-20 20:05:46 +00:00
parent 7600975e75
commit 2069720687

1
ssh.c
View File

@ -3564,6 +3564,7 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen,
/* and try again */
} else {
assert(0 && "unexpected return from loadrsakey()");
got_passphrase = FALSE; /* placate optimisers */
}
}