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