1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Comment/string tweaks to reflect new DES-in-SSH2 capability.

[originally from svn r1397]
This commit is contained in:
Jacob Nevins
2001-11-21 23:40:46 +00:00
parent b49fde9410
commit b723e94b78
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ enum {
CIPHER_3DES,
CIPHER_BLOWFISH,
CIPHER_AES, /* (SSH 2 only) */
CIPHER_DES, /* (SSH 1 only) */
CIPHER_DES,
CIPHER_MAX /* no. ciphers (inc warn) */
};