]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshsha.c
Better not forget to make sure GTK1 doesn't break.
[PuTTY.git] / sshsha.c
index b3860b69560ac17dc76f28f44900c5f5caa09f3c..1db5c26dd5d9373b2fdf93f854ba938b40e47348 100644 (file)
--- a/sshsha.c
+++ b/sshsha.c
@@ -217,7 +217,7 @@ static void sha1_final(void *handle, unsigned char *output)
 }
 
 const struct ssh_hash ssh_sha1 = {
-    sha1_init, sha1_bytes, sha1_final, 20
+    sha1_init, sha1_bytes, sha1_final, 20, "SHA-1"
 };
 
 /* ----------------------------------------------------------------------