aboutsummaryrefslogtreecommitdiff
path: root/src/pki_mbedcrypto.c
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-12-16 16:39:51 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-23 14:31:32 +0100
commit71ba61cc5bda9661adf4ccee160480f26fbee678 (patch)
tree2213108bda542a1b24183759aadb55f27c498d3f /src/pki_mbedcrypto.c
parent30cc1568f402ef411e54570d94b612ccbb59d4f8 (diff)
downloadlibssh-71ba61cc5bda9661adf4ccee160480f26fbee678.tar.gz
libssh-71ba61cc5bda9661adf4ccee160480f26fbee678.tar.xz
libssh-71ba61cc5bda9661adf4ccee160480f26fbee678.zip
pki_mbedtls: Do not warn about unused arguments
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/pki_mbedcrypto.c')
-rw-r--r--src/pki_mbedcrypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki_mbedcrypto.c b/src/pki_mbedcrypto.c
index 08905cd9..ab09e2e9 100644
--- a/src/pki_mbedcrypto.c
+++ b/src/pki_mbedcrypto.c
@@ -246,7 +246,7 @@ int pki_privkey_build_rsa(ssh_key key,
ssh_string n,
ssh_string e,
ssh_string d,
- ssh_string iqmp,
+ UNUSED_PARAM(ssh_string iqmp),
ssh_string p,
ssh_string q)
{