mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +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>
(cherry picked from commit 71ba61cc5b)
This commit is contained in:
committed by
Andreas Schneider
parent
ec8cedd803
commit
d7358ee5a7
@@ -246,7 +246,7 @@ int pki_privkey_build_rsa(ssh_key key,
|
|||||||
ssh_string n,
|
ssh_string n,
|
||||||
ssh_string e,
|
ssh_string e,
|
||||||
ssh_string d,
|
ssh_string d,
|
||||||
ssh_string iqmp,
|
UNUSED_PARAM(ssh_string iqmp),
|
||||||
ssh_string p,
|
ssh_string p,
|
||||||
ssh_string q)
|
ssh_string q)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user