X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f33ba69e92f389f5884eae5a586858a629a5260b..e693a2d9c8385b9177a24e28ab63701973975919:/sshmd5.c diff --git a/sshmd5.c b/sshmd5.c index 89133408..325a5aeb 100644 --- a/sshmd5.c +++ b/sshmd5.c @@ -311,5 +311,6 @@ const struct ssh_mac ssh_md5 = { hmacmd5_make_context, hmacmd5_free_context, hmacmd5_key_16, hmacmd5_generate, hmacmd5_verify, "hmac-md5", - 16 + 16, + "HMAC-MD5" };