aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-20 16:56:16 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-20 16:56:16 +0200
commitee5cfec8640886ea3fa3f582cb04347762feebbd (patch)
treec884ba6d0b6304fb635e4fd1a482fdffc91cf6f3 /src/include/gnunet_revocation_service.h
parent6d61330e3ae457a27f10247cd9caf53987604143 (diff)
downloadgnunet-ee5cfec8640886ea3fa3f582cb04347762feebbd.tar.gz
gnunet-ee5cfec8640886ea3fa3f582cb04347762feebbd.zip
fix tests
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 226dce357..b2f81b67a 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -201,7 +201,7 @@ GNUNET_REVOCATION_check_pow (const struct GNUNET_REVOCATION_Pow *pow,
201 * @return a handle for use in PoW rounds 201 * @return a handle for use in PoW rounds
202 */ 202 */
203struct GNUNET_REVOCATION_PowCalculationHandle* 203struct GNUNET_REVOCATION_PowCalculationHandle*
204GNUNET_REVOCATION_pow_init (const struct GNUNET_CRYPTO_EcdsaPublicKey *key, 204GNUNET_REVOCATION_pow_init (const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,
205 int epochs, 205 int epochs,
206 unsigned int difficulty); 206 unsigned int difficulty);
207 207