X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/840de66d818976347af6fc02ce017d263b8b1cc7..6c4edc71a0877c4d3376f60466064119ff17c707:/sshblowf.c?ds=sidebyside 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)