X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ccbfb941a6124efb75b68313c86dd195cfab575f..c5e9c988d0706d1abb7fab7b2d2b1514bc119584:/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)