X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6668a75e54d5a0f3af36b57180177a7fc09868d4..61f62bb301d0b6d49d1fea71513eb051a901e1b1:/sshsha.c diff --git a/sshsha.c b/sshsha.c index b3860b69..1db5c26d 100644 --- 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" }; /* ----------------------------------------------------------------------