Placate a compiler warning introduced in r6437.
[sgt/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index 7936fd0..5ca5040 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -3462,6 +3462,8 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen,
                    s->tried_publickey = 0;
                    got_passphrase = FALSE;
                    /* and try again */
+               } else {
+                   assert(0 && "unexpected return from loadrsakey()");
                }
            }