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)
-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 c617354c97..0e9ed99d00 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,
gcry_mpi_t value)
{
struct GNUNET_CRYPTO_RsaSignature *sig;
- struct GNUNET_CRYPTO_RsaPublicKey *public_key;
gcry_sexp_t data;
gcry_sexp_t result;
int rc;