aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index c617354c9..0e9ed99d0 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -820,7 +820,6 @@ rsa_sign_mpi (const struct GNUNET_CRYPTO_RsaPrivateKey *key,
820 gcry_mpi_t value) 820 gcry_mpi_t value)
821{ 821{
822 struct GNUNET_CRYPTO_RsaSignature *sig; 822 struct GNUNET_CRYPTO_RsaSignature *sig;
823 struct GNUNET_CRYPTO_RsaPublicKey *public_key;
824 gcry_sexp_t data; 823 gcry_sexp_t data;
825 gcry_sexp_t result; 824 gcry_sexp_t result;
826 int rc; 825 int rc;