]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Removing one bug, and hunting another
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 0ddcb2fcf68bc3f9034d574fecdd935ac456245e..99961fdafc4ddd428173991efbc490423875eafe 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -155,6 +155,7 @@ typedef struct {
     int close_on_exit;
     /* SSH options */
     int nopty;
+    enum { CIPHER_3DES, CIPHER_BLOWFISH } cipher;
     /* Telnet options */
     char termtype[32];
     char termspeed[32];