X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshmd5.c;h=b39dfd3e52dba4a399706c3769193c05ff738168;hb=510f49e405e71ba5c97875e7a019364e1ef5fac9;hp=4988223ee703e6c0c049e394bb1c2186467f9e2a;hpb=705f1592552aa39bc1a5061ee48f1f5a0f0d1cbb;p=PuTTY.git diff --git a/sshmd5.c b/sshmd5.c index 4988223e..b39dfd3e 100644 --- a/sshmd5.c +++ b/sshmd5.c @@ -337,6 +337,6 @@ const struct ssh_mac ssh_hmac_md5 = { hmacmd5_generate, hmacmd5_verify, hmacmd5_start, hmacmd5_bytes, hmacmd5_genresult, hmacmd5_verresult, "hmac-md5", "hmac-md5-etm@openssh.com", - 16, + 16, 16, "HMAC-MD5" };