Comment/string tweaks to reflect new DES-in-SSH2 capability.
[u/mdw/putty] / windlg.c
index 21ed7a7..cb4b2b5 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -741,7 +741,7 @@ static void init_dlg_ctrls(HWND hwnd, int keepsess)
        static const struct { char *s; int c; } ciphers[] = {
            { "3DES",                   CIPHER_3DES },
            { "Blowfish",               CIPHER_BLOWFISH },
-           { "DES (SSH 1 only)",       CIPHER_DES },
+           { "DES",                    CIPHER_DES },
            { "AES (SSH 2 only)",       CIPHER_AES },
            { "-- warn below here --",  CIPHER_WARN }
        };