aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 23:28:07 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 23:28:07 +0200
commit4ae4bcb747b95d1ad296a55a3802a8a35437d845 (patch)
treecf1d7148e5c3aa98d96f80fb9bb9fcf82921444f /src/revocation
parent0b08174e0192dfa5b514263d2dd6bcb79391d07c (diff)
downloadgnunet-4ae4bcb747b95d1ad296a55a3802a8a35437d845.tar.gz
gnunet-4ae4bcb747b95d1ad296a55a3802a8a35437d845.zip
-fix: failing tests
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/test_revocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c
index 1c2efa60f..b65567d79 100644
--- a/src/revocation/test_revocation.c
+++ b/src/revocation/test_revocation.c
@@ -141,11 +141,11 @@ revocation_cb (void *cls, enum GNUNET_GenericReturnValue is_valid)
141 } 141 }
142} 142}
143 143
144struct GNUNET_REVOCATION_Pow proof_of_work;
145 144
145static struct GNUNET_REVOCATION_PowP proof_of_work;
146 146
147static void 147static void
148ego_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) 148ego_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
149{ 149{
150 static int completed = 0; 150 static int completed = 0;
151 const struct GNUNET_CRYPTO_EcdsaPrivateKey *privkey; 151 const struct GNUNET_CRYPTO_EcdsaPrivateKey *privkey;