X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/b1b5c358a3cfeb765ee04fbda7c40741c7fa7964..3ee4eedaec9cad4b5b2ff0f40567fa2e57a942a9:/ssh.c diff --git a/ssh.c b/ssh.c index 66c84d16..6ee5528c 100644 --- a/ssh.c +++ b/ssh.c @@ -525,7 +525,7 @@ static void ssh_channel_destroy(struct ssh_channel *c); const static struct ssh_signkey *hostkey_algs[] = { &ssh_rsa, &ssh_dss }; const static struct ssh_mac *macs[] = { - &ssh_hmac_sha1, &ssh_hmac_sha1_96, &ssh_hmac_md5 + &ssh_hmac_sha256, &ssh_hmac_sha1, &ssh_hmac_sha1_96, &ssh_hmac_md5 }; const static struct ssh_mac *buggymacs[] = { &ssh_hmac_sha1_buggy, &ssh_hmac_sha1_96_buggy, &ssh_hmac_md5