mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00:00
Fix compiles on GCC 3.3, which doesn't know about assert(0);
[originally from svn r7130]
This commit is contained in:
parent
7600975e75
commit
2069720687
1
ssh.c
1
ssh.c
@ -3564,6 +3564,7 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen,
|
|||||||
/* and try again */
|
/* and try again */
|
||||||
} else {
|
} else {
|
||||||
assert(0 && "unexpected return from loadrsakey()");
|
assert(0 && "unexpected return from loadrsakey()");
|
||||||
|
got_passphrase = FALSE; /* placate optimisers */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user