X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=bc48e271479e5d81d4d0468da4b022fe6f39016f;hb=d5aa23c1160e7bf866a0f4ff62c652c8b363a662;hp=464a2415099248dd9d94cdeb8efce87e6c48c32e;hpb=97ca111e2953a18c8f75238d2c5bfb0d6017e4eb;p=PuTTY.git diff --git a/config.c b/config.c index 464a2415..bc48e271 100644 --- a/config.c +++ b/config.c @@ -2284,6 +2284,9 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_droplist(s, "Chokes on SSH-1 RSA authentication", 'r', 20, HELPCTX(ssh_bugs_rsa1), sshbug_handler, I(offsetof(Config,sshbug_rsa1))); + ctrl_droplist(s, "Chokes on SSH-2 ignore messages", '2', 20, + HELPCTX(ssh_bugs_ignore2), + sshbug_handler, I(offsetof(Config,sshbug_ignore2))); ctrl_droplist(s, "Miscomputes SSH-2 HMAC keys", 'm', 20, HELPCTX(ssh_bugs_hmac2), sshbug_handler, I(offsetof(Config,sshbug_hmac2)));