mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
packet: Replace PRIdS with ANSI C99 %zu
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -112,7 +112,7 @@ int ssh_packet_decrypt(ssh_session session,
|
||||
ssh_set_error(session,
|
||||
SSH_FATAL,
|
||||
"Cryptographic functions must be used on multiple of "
|
||||
"blocksize (received %" PRIdS ")",
|
||||
"blocksize (received %zu)",
|
||||
encrypted_size);
|
||||
return SSH_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user