aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-23 07:58:14 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-23 07:58:14 +0000
commitcfbaa1465b020d7d7300190bb86b9da667a67f06 (patch)
tree05573f5ff3792446dde616ae533fd6023823455a /src/util/crypto_rsa.c
parent8112854022362b9e45201bff09e0003cc713f8fe (diff)
downloadgnunet-cfbaa1465b020d7d7300190bb86b9da667a67f06.tar.gz
gnunet-cfbaa1465b020d7d7300190bb86b9da667a67f06.zip
-remove dead code
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;