X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/8e97579565606eb5386c85717640ee534a8606dc..edc7395917e62e670eb875286e8d68ff24c8eb95:/ssh.c?ds=sidebyside diff --git a/ssh.c b/ssh.c index e0fd106a..3e8396fd 100644 --- a/ssh.c +++ b/ssh.c @@ -3642,7 +3642,7 @@ static int do_ssh2_transport(unsigned char *in, int inlen, int ispkt) /* * Be prepared to work around the buggy MAC problem. */ - if (cfg.buggymac || (ssh_remote_bugs & BUG_SSH2_HMAC)) + if (ssh_remote_bugs & BUG_SSH2_HMAC) maclist = buggymacs, nmacs = lenof(buggymacs); else maclist = macs, nmacs = lenof(macs);