X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/217b88d1dad5aa3362e9e8c1af94b237933309a5..2856a1b9009fe14b762f61c824d0e8d5cc86b542:/ssh.c diff --git a/ssh.c b/ssh.c index ba2e0753..76dc2ec6 100644 --- a/ssh.c +++ b/ssh.c @@ -1772,7 +1772,7 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) if (ssh->cfg.sshbug_derivekey2 == FORCE_ON || (ssh->cfg.sshbug_derivekey2 == AUTO && - (wc_match("2.0.0*", imp) || wc_match("2.0.1[01]*", imp) ))) { + (wc_match("2.0.0*", imp) || wc_match("2.0.10*", imp) ))) { /* * These versions have the key-derivation bug (failing to * include the literal shared secret in the hashes that