X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0d7c43a66792eefefde572be67a705a7a8d73fda..7f1ae1d2bbbfb351d173113193250d61666eb72e:/windlg.c diff --git a/windlg.c b/windlg.c index 21ed7a78..cb4b2b53 100644 --- 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 } };