mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
packet: Fix unterminated brace and better context name in debug message
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
dcae43fa6b
commit
f85464b900
@@ -1036,7 +1036,7 @@ static bool ssh_packet_need_rekey(ssh_session session,
|
||||
in_cipher->blocks + next_blocks > in_cipher->max_blocks);
|
||||
|
||||
SSH_LOG(SSH_LOG_PACKET,
|
||||
"packet: [data_rekey_needed=%d, out_blocks=%" PRIu64 ", in_blocks=%" PRIu64,
|
||||
"rekey: [data_rekey_needed=%d, out_blocks=%" PRIu64 ", in_blocks=%" PRIu64 "]",
|
||||
data_rekey_needed,
|
||||
out_cipher->blocks + next_blocks,
|
||||
in_cipher->blocks + next_blocks);
|
||||
|
||||
Reference in New Issue
Block a user