aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_rsa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index cde4f247b..9d4dc91ce 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -838,11 +838,9 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
838{ 838{
839 struct GNUNET_CRYPTO_RsaPrivateKey *ret; 839 struct GNUNET_CRYPTO_RsaPrivateKey *ret;
840 struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded *enc; 840 struct GNUNET_CRYPTO_RsaPrivateKeyBinaryEncoded *enc;
841 uint16_t len;
842 struct GNUNET_DISK_FileHandle *fd; 841 struct GNUNET_DISK_FileHandle *fd;
843 unsigned int cnt; 842 unsigned int cnt;
844 int ec; 843 int ec;
845 uint64_t fs;
846 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pub; 844 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pub;
847 struct GNUNET_PeerIdentity pid; 845 struct GNUNET_PeerIdentity pid;
848 846