]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshmd5.c
New command-line option in Plink (and PuTTY, though it's less useful
[PuTTY.git] / sshmd5.c
index dbdd97142247c80669dde1892552a02bb79661b7..215b81fddcb63fc916c6c66cbae2f91bdacbfee2 100644 (file)
--- 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",