X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3709bfe9981af43e3cd491c37d300b57e5b26d50..d2a0e0be6953a1ae78e400669090dc2bde01c58e:/ssh.h diff --git a/ssh.h b/ssh.h index 320c84e9..65840293 100644 --- a/ssh.h +++ b/ssh.h @@ -103,6 +103,7 @@ struct ssh_cipher { void (*decrypt)(unsigned char *blk, int len); char *name; int blksize; + int keylen; }; struct ssh_mac {