]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshmd5.c
Remove unwanted underscore.
[PuTTY.git] / sshmd5.c
index 8913340877bb53976792adc450e7739dd72018c2..325a5aebdd2cecb543f57f1d0a819a13c83994b5 100644 (file)
--- 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"
 };