X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e595953d9c9b1f568518b0bdc66289f3be202c39..6c13524378a7fa7571c0585a37efc8c635a82dab:/ssh.c diff --git a/ssh.c b/ssh.c index d5a1a99b..5b5a6be7 100644 --- a/ssh.c +++ b/ssh.c @@ -4502,6 +4502,10 @@ static int do_ssh2_transport(Ssh ssh, unsigned char *in, int inlen, int ispkt) ssh->cscipher->text_name); logeventf(ssh, "Initialised %.200s server->client encryption", ssh->sccipher->text_name); + logeventf(ssh, "Initialised %.200s client->server MAC algorithm", + ssh->csmac->text_name); + logeventf(ssh, "Initialised %.200s server->client MAC algorithm", + ssh->scmac->text_name); if (ssh->cscomp->text_name) logeventf(ssh, "Initialised %s compression", ssh->cscomp->text_name);