]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.c
Fix a build failure coming from the fuzzing branch.
[PuTTY.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index de8259ed1db41662ad1e38c8004df691c17ea219..cc503029eaf633b61f37365996291546fb1d8122 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -7136,7 +7136,7 @@ static void do_ssh2_transport(Ssh ssh, const void *vin, int inlen,
                                 ssh->kex->hash->hlen)) {
 #ifndef FUZZING
        bombout(("Server's host key did not match the signature supplied"));
-       crStopV;
+       crStopV;
 #endif
     }