]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Also blank X authentication data when using SSH-1, and add a comment explaining
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 87011e97ff6b6da12413b11c88182264c845484e..36924b83ee12d35d779b4b64ec2400c6b656eb9a 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -154,6 +154,8 @@ struct ssh2_cipher {
     char *name;
     int blksize;
     int keylen;
+    unsigned int flags;
+#define SSH_CIPHER_IS_CBC      1
     char *text_name;
 };