aboutsummaryrefslogtreecommitdiff
path: root/src/pki_crypto.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-10-01 19:13:30 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-10-24 09:48:35 +0200
commitf8b70d6a73171ecc43b73f5b1f3e7da09ba942d7 (patch)
treea020fd2106886772fe52156a654b336b36dc74ec /src/pki_crypto.c
parent74888a6fa44fcd4d960e8298b5fb129627d6c9cc (diff)
downloadlibssh-f8b70d6a73171ecc43b73f5b1f3e7da09ba942d7.tar.gz
libssh-f8b70d6a73171ecc43b73f5b1f3e7da09ba942d7.tar.xz
libssh-f8b70d6a73171ecc43b73f5b1f3e7da09ba942d7.zip
pki_crypto: Mark iqmp as unused
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/pki_crypto.c')
-rw-r--r--src/pki_crypto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pki_crypto.c b/src/pki_crypto.c
index c36425d7..3775d123 100644
--- a/src/pki_crypto.c
+++ b/src/pki_crypto.c
@@ -1053,6 +1053,7 @@ int pki_privkey_build_rsa(ssh_key key,
bn = ssh_make_string_bn(n);
be = ssh_make_string_bn(e);
bd = ssh_make_string_bn(d);
+ UNUSED(iqmp);
/*biqmp = ssh_make_string_bn(iqmp);*/
bp = ssh_make_string_bn(p);
bq = ssh_make_string_bn(q);