]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - config.c
Cosmetic, to fix ssh2-des-cbc-is-std
[PuTTY_svn.git] / config.c
index 7085ffc14ad0ee33f5f5b124c5059616ada452b4..3189c0bd608ed0d8e2f662162ae8db49d4970f68 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1494,7 +1494,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
                          cipherlist_handler, P(NULL));
        c->listbox.height = 6;
        
-       ctrl_checkbox(s, "Enable non-standard use of single-DES in SSH 2", 'i',
+       ctrl_checkbox(s, "Enable legacy use of single-DES in SSH 2", 'i',
                      HELPCTX(ssh_ciphers),
                      dlg_stdcheckbox_handler,
                      I(offsetof(Config,ssh2_des_cbc)));