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