1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-24 19:37:48 +03:00

bignum: Avoid trailing newline in log message

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Jakub Jelen
2023-09-29 18:47:18 +02:00
committed by Sahana Prasad
parent ae4040a7eb
commit 2c026e4314

View File

@@ -70,7 +70,7 @@ bignum ssh_make_string_bn(ssh_string string)
#ifdef DEBUG_CRYPTO
SSH_LOG(SSH_LOG_TRACE,
"Importing a %zu bits, %zu bytes object ...\n",
"Importing a %zu bits, %zu bytes object ...",
len * 8, len);
#endif /* DEBUG_CRYPTO */