X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/840de66d818976347af6fc02ce017d263b8b1cc7..e9483e66afd11af8cba32154315d0004ecf3c019:/sshblowf.c 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)