The Unix `make install' target now allows you to define UTMP_GROUP,
[u/mdw/putty] / sshmd5.c
index 8913340..325a5ae 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"
 };