X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5fe290992c445306bfc0f6757959ed4ff285be26..1993f323773980444f97ee23b296c5ef63c0a396:/ssh.c diff --git a/ssh.c b/ssh.c index 2a97bb52..837bbfa3 100644 --- a/ssh.c +++ b/ssh.c @@ -462,10 +462,10 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen, const static struct ssh_signkey *hostkey_algs[] = { &ssh_rsa, &ssh_dss }; const static struct ssh_mac *macs[] = { - &ssh_sha1, &ssh_md5 + &ssh_hmac_sha1, &ssh_hmac_md5 }; const static struct ssh_mac *buggymacs[] = { - &ssh_sha1_buggy, &ssh_md5 + &ssh_hmac_sha1_buggy, &ssh_hmac_md5 }; static void *ssh_comp_none_init(void)