mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Fix a build failure coming from the fuzzing branch.
Apparently if you maintain a branch for a long time where you only compile with a non-default ifdef enabled, it becomes possible to not notice a typo you left in the default branch :-)
This commit is contained in:
parent
2057f7a9f8
commit
fe16b577ef
2
ssh.c
2
ssh.c
@ -7136,7 +7136,7 @@ static void do_ssh2_transport(Ssh ssh, const void *vin, int inlen,
|
|||||||
ssh->kex->hash->hlen)) {
|
ssh->kex->hash->hlen)) {
|
||||||
#ifndef FUZZING
|
#ifndef FUZZING
|
||||||
bombout(("Server's host key did not match the signature supplied"));
|
bombout(("Server's host key did not match the signature supplied"));
|
||||||
crStopV;f
|
crStopV;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user