X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshblowf.c;h=5451c2d55c825c0979f2d6b69916ccc8c59ae983;hb=5176e1e9bbdc6620a115da0f92ca2282a6714721;hp=1bf64adbb5619a64ea1d0ac62e3c3e3885d7a472;hpb=59135fd9ea911febfffd5903d4446e5e9318656a;p=PuTTY.git diff --git a/sshblowf.c b/sshblowf.c index 1bf64adb..5451c2d5 100644 --- a/sshblowf.c +++ b/sshblowf.c @@ -396,6 +396,7 @@ static void blowfish_sesskey(unsigned char *key) ectx.iv0 = 0; ectx.iv1 = 0; dctx = ectx; + logevent("Initialised Blowfish encryption"); } static void blowfish_encrypt_blk(unsigned char *blk, int len)