SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
[u/mdw/putty] / sshblowf.c
index 7b97496..364067a 100644 (file)
@@ -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
 };