1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Server: fix rekeying

This commit is contained in:
Aris Adamantiadis
2013-07-13 22:56:07 +02:00
parent 3b81da21c2
commit dd6a0b51ac
4 changed files with 31 additions and 37 deletions

View File

@@ -828,7 +828,7 @@ int make_sessionid(ssh_session session) {
session->next_crypto->digest_len);
}
#ifdef DEBUG_CRYPTO
printf("Session hash: ");
printf("Session hash: \n");
ssh_print_hexa("secret hash", session->next_crypto->secret_hash, session->next_crypto->digest_len);
ssh_print_hexa("session id", session->next_crypto->session_id, session->next_crypto->digest_len);
#endif