X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/81b343544a12c00add9cd1ce8cac7bfd63420a55..f382c87d3cc301abe6c3670f70bb79b6915c2e91:/putty.h diff --git a/putty.h b/putty.h index 6f62afef..7686e6b2 100644 --- a/putty.h +++ b/putty.h @@ -540,7 +540,7 @@ struct config_tag { /* SSH bug compatibility modes */ int sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1, sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2, - sshbug_pksessid2; + sshbug_pksessid2, sshbug_rekey2; /* Options for pterm. Should split out into platform-dependent part. */ int stamp_utmp; int login_shell;