Explicitly note that "remote command" semantics typically involve the server
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index 87011e9..36924b8 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;
 };