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

crypto: Avoid unused parameter warnings

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2018-11-23 12:56:25 +01:00
committed by Andreas Schneider
parent 824c56067b
commit 5bdb7a5079
3 changed files with 3 additions and 0 deletions

View File

@@ -853,6 +853,7 @@ cipher_gcm_get_length(struct ssh_cipher_struct *cipher,
size_t len,
uint64_t seq)
{
(void)cipher;
(void)seq;
/* The length is not encrypted: Copy it to the result buffer */