aboutsummaryrefslogtreecommitdiff
path: root/src/libmbedcrypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmbedcrypto.c')
-rw-r--r--src/libmbedcrypto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmbedcrypto.c b/src/libmbedcrypto.c
index 8c0f5b4c..d8799eef 100644
--- a/src/libmbedcrypto.c
+++ b/src/libmbedcrypto.c
@@ -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 */