Single-DES encryption, patch courtesy of Murphy Lam
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 0ca50aa..56f504c 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -97,7 +97,7 @@ typedef struct {
     int close_on_exit;
     /* SSH options */
     int nopty;
-    enum { CIPHER_3DES, CIPHER_BLOWFISH } cipher;
+    enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
     /* Telnet options */
     char termtype[32];
     char termspeed[32];