]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshsh256.c
Log the hash used for DH kex (now there's a choice).
[PuTTY.git] / sshsh256.c
index 70c2d7d3dec76f25c318d7a8fe82be8414f1b7f3..ce6979ea72fa1f945a9a3c155ed9f1fe1177c5fd 100644 (file)
@@ -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