X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/81b343544a12c00add9cd1ce8cac7bfd63420a55..f382c87d3cc301abe6c3670f70bb79b6915c2e91:/config.c diff --git a/config.c b/config.c index a685ed2f..2e3822ac 100644 --- a/config.c +++ b/config.c @@ -1839,6 +1839,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, ctrl_droplist(s, "Misuses the session ID in PK auth", 'n', 20, HELPCTX(ssh_bugs_pksessid2), sshbug_handler, I(offsetof(Config,sshbug_pksessid2))); + ctrl_droplist(s, "Ignores key re-exchange completely", 'k', 20, + HELPCTX(ssh_bugs_rekey2), + sshbug_handler, I(offsetof(Config,sshbug_rekey2))); } } }