X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a2add20851e01de1e69564250aec54f193f742b3..4e95a413c2909c807226e5efc09da4c8ba24740e:/ssh.h diff --git a/ssh.h b/ssh.h index 87011e97..36924b83 100644 --- 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; };