X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a510028bb96130264bc711a0dfeaf6959ddde43c..2e0aae4f59a1481b82dd5ce16f579d4ec9b2c09b:/config.c diff --git a/config.c b/config.c index e2a7951c..b0b0092c 100644 --- a/config.c +++ b/config.c @@ -2457,6 +2457,9 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_droplist(s, "Chokes on SSH-2 ignore messages", '2', 20, HELPCTX(ssh_bugs_ignore2), sshbug_handler, I(CONF_sshbug_ignore2)); + ctrl_droplist(s, "Chokes on PuTTY's SSH-2 'winadj' requests", 'j', + 20, HELPCTX(ssh_bugs_winadj), + sshbug_handler, I(CONF_sshbug_winadj)); ctrl_droplist(s, "Miscomputes SSH-2 HMAC keys", 'm', 20, HELPCTX(ssh_bugs_hmac2), sshbug_handler, I(CONF_sshbug_hmac2));