mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-11 16:23:55 -05:00
Remove last vestiges of `buggymac' in the Config structure. Might
have been cause of a Plink bug since it no longer got initialised. [originally from svn r1986]
This commit is contained in:
2
ssh.c
2
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);
|
||||
|
Reference in New Issue
Block a user