mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Log the hash used for DH kex (now there's a choice).
[originally from svn r6605]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user