X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/062e58118f35e04a9a899e2957545e7593ca5dfc..072eb29fd45d67cda9d491eed835615b579cfc5a:/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