X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/447f7a7bc8eac6072ee513884a5225eab7644da8..976374cdc06f5adb4217cb816f9bfe928d0809e6:/sshmd5.c diff --git a/sshmd5.c b/sshmd5.c index dbdd9714..215b81fd 100644 --- a/sshmd5.c +++ b/sshmd5.c @@ -308,7 +308,7 @@ static int hmacmd5_verify(void *handle, unsigned char *blk, int len, return !memcmp(correct, blk + len, 16); } -const struct ssh_mac ssh_md5 = { +const struct ssh_mac ssh_hmac_md5 = { hmacmd5_make_context, hmacmd5_free_context, hmacmd5_key_16, hmacmd5_generate, hmacmd5_verify, "hmac-md5",