]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshblowf.c
SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
[PuTTY.git] / sshblowf.c
index 7b97496b389471a89dd921a0b1b930ae984ef68f..364067a1442cd7d24654994f68a9f8c484313fd1 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
 };