projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8112854
)
-remove dead code
author
Christian Grothoff
<christian@grothoff.org>
Tue, 23 Aug 2016 07:58:14 +0000
(07:58 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 23 Aug 2016 07:58:14 +0000
(07:58 +0000)
src/util/crypto_rsa.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_rsa.c
b/src/util/crypto_rsa.c
index c617354c972b1b6b5d67ca76514b4f2d5c13e120..0e9ed99d002dcead2ed958bd2a83fc8cffb72b67 100644
(file)
--- 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;