Add another bug workaround, this one for old OpenSSH (<2.3) servers
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 72d0cd2..5c5b1c1 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -439,7 +439,7 @@ struct config_tag {
     /* SSH bug compatibility modes */
     int sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1,
        sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2,
-       sshbug_dhgex2;
+       sshbug_dhgex2, sshbug_pksessid2;
     /* Options for pterm. Should split out into platform-dependent part. */
     int stamp_utmp;
     int login_shell;