Comment/string tweaks to reflect new DES-in-SSH2 capability.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index d8be7e5..de92ab6 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -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) */
 };