Support for selecting AES from the GUI. In the process, I've had to
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 7bb97d9..cf917ab 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -171,7 +171,7 @@ typedef struct {
     int nopty;
     int compression;
     int agentfwd;
-    enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
+    enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES, CIPHER_AES } cipher;
     char keyfile[FILENAME_MAX];
     int sshprot;                       /* use v1 or v2 when both available */
     int buggymac;                      /* MAC bug commmercial <=v2.3.x SSH2 */