X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5e8358ad8127c0ffc2010ddfed3a5258ba24704d..d2a0e0be6953a1ae78e400669090dc2bde01c58e:/sshblowf.c diff --git a/sshblowf.c b/sshblowf.c index dc507ca5..1d92d30c 100644 --- a/sshblowf.c +++ b/sshblowf.c @@ -514,7 +514,7 @@ struct ssh_cipher ssh_blowfish_ssh1 = { blowfish_ssh1_encrypt_blk, blowfish_ssh1_decrypt_blk, "blowfish-cbc", - 8 + 8, 256 }; struct ssh_cipher ssh_blowfish_ssh2 = { @@ -524,5 +524,5 @@ struct ssh_cipher ssh_blowfish_ssh2 = { blowfish_ssh2_encrypt_blk, blowfish_ssh2_decrypt_blk, "blowfish-cbc", - 8 + 8, 128 };