]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshblowf.c
Add a key length indication to each SSH2 cipher structure, in
[PuTTY.git] / sshblowf.c
index dc507ca5327dd9f58c60e3fa264a428defdcf1af..1d92d30c11199819dba227f09511ba8d82a104e6 100644 (file)
@@ -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
 };