]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshblowf.c
first pass
[PuTTY.git] / sshblowf.c
index 8a561b37ebce804c4ab4f4d5fef916f476846bda..353116a6604fdc8334d774f4004999e934f9d321 100644 (file)
@@ -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
 };