X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/22db244f8807f49b893839cdefebffb9ed0cbf84..a8cb2b6e5d990202130377e86280a6e1e3d52c02:/config.c?ds=sidebyside diff --git a/config.c b/config.c index a685ed2f..2fc23626 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, "Handles key re-exchange badly", 'k', 20, + HELPCTX(ssh_bugs_rekey2), + sshbug_handler, I(offsetof(Config,sshbug_rekey2))); } } }