X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshblowf.c;h=353116a6604fdc8334d774f4004999e934f9d321;hb=33f4c8303f78f0c6035779f731d6a668b01b8c16;hp=8a561b37ebce804c4ab4f4d5fef916f476846bda;hpb=5d9a9a7bdf6f227a2a592d57ea71b69d0111e341;p=PuTTY.git diff --git a/sshblowf.c b/sshblowf.c index 8a561b37..353116a6 100644 --- a/sshblowf.c +++ b/sshblowf.c @@ -643,7 +643,7 @@ static const struct ssh2_cipher ssh_blowfish_ssh2 = { blowfish_make_context, blowfish_free_context, blowfish_iv, blowfish_key, blowfish_ssh2_encrypt_blk, blowfish_ssh2_decrypt_blk, NULL, NULL, "blowfish-cbc", - 8, 128, SSH_CIPHER_IS_CBC, "Blowfish-128 CBC", + 8, 128, 16, SSH_CIPHER_IS_CBC, "Blowfish-128 CBC", NULL }; @@ -651,7 +651,7 @@ static const struct ssh2_cipher ssh_blowfish_ssh2_ctr = { blowfish_make_context, blowfish_free_context, blowfish_iv, blowfish256_key, blowfish_ssh2_sdctr, blowfish_ssh2_sdctr, NULL, NULL, "blowfish-ctr", - 8, 256, 0, "Blowfish-256 SDCTR", + 8, 256, 32, 0, "Blowfish-256 SDCTR", NULL };