X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a5c2148bf102ae6cc9d32041f736d54377ad1b3d..97ab28d7499e582c8b8844d5930bb589c536daa5:/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; };