X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/062e58118f35e04a9a899e2957545e7593ca5dfc..0b106f61ff2b8b7a9f294b4a9cf9ebfedb646afc:/sshsh256.c diff --git a/sshsh256.c b/sshsh256.c index 70c2d7d3..ce6979ea 100644 --- a/sshsh256.c +++ b/sshsh256.c @@ -215,7 +215,7 @@ static void sha256_final(void *handle, unsigned char *output) } const struct ssh_hash ssh_sha256 = { - sha256_init, sha256_bytes, sha256_final, 32 + sha256_init, sha256_bytes, sha256_final, 32, "SHA-256" }; #ifdef TEST