X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/43b5682aa6140913dfd750fe64cc15edb499d2d4..e12d95a5afd186f7fd671944eb964496a2da0a77:/config.c diff --git a/config.c b/config.c index 2e3822ac..2fc23626 100644 --- a/config.c +++ b/config.c @@ -1839,7 +1839,7 @@ 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, + ctrl_droplist(s, "Handles key re-exchange badly", 'k', 20, HELPCTX(ssh_bugs_rekey2), sshbug_handler, I(offsetof(Config,sshbug_rekey2))); }