X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/346ad9c0594a6040c28e8dbe1aba8aea2a2d8663..2c9c6388caa7e80195bffd93be7be7369c20bb98:/putty.h diff --git a/putty.h b/putty.h index 9994b859..e98bd7da 100644 --- a/putty.h +++ b/putty.h @@ -368,6 +368,11 @@ typedef struct { int lport_acceptall; /* accept conns from hosts other than localhost */ int rport_acceptall; /* same for remote forwarded ports (SSH2 only) */ char portfwd[1024]; /* [LR]localport\thost:port\000[LR]localport\thost:port\000\000 */ + /* SSH bug compatibility modes */ + enum { + BUG_AUTO, BUG_OFF, BUG_ON + } sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1, + sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2; } Config; /*