mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Comment/string tweaks to reflect new DES-in-SSH2 capability.
[originally from svn r1397]
This commit is contained in:
2
windlg.c
2
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 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user