X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshsh256.c;h=ce6979ea72fa1f945a9a3c155ed9f1fe1177c5fd;hb=4e623f5b23ec549a3da21f9d819c8ee31fd31417;hp=70c2d7d3dec76f25c318d7a8fe82be8414f1b7f3;hpb=8d0c333946fa0060120dca5d6fc85fa5975fbbfa;p=PuTTY.git 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