mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
pki_mbedtls: Do not warn about unused arguments
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
30cc1568f4
commit
71ba61cc5b
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user