X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/70887be9ad821c22faf52c87597a707a8320a8cf..e557416818242c2e8b14ec03d321740fd83619e4:/sshblowf.c diff --git a/sshblowf.c b/sshblowf.c index 7b97496b..364067a1 100644 --- a/sshblowf.c +++ b/sshblowf.c @@ -414,5 +414,7 @@ static void blowfish_decrypt_blk(unsigned char *blk, int len) struct ssh_cipher ssh_blowfish = { blowfish_sesskey, blowfish_encrypt_blk, - blowfish_decrypt_blk + blowfish_decrypt_blk, + "blowfish-cbc", + 8 };