aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.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/revocation/revocation.h
parent6d61330e3ae457a27f10247cd9caf53987604143 (diff)
downloadgnunet-ee5cfec8640886ea3fa3f582cb04347762feebbd.tar.gz
gnunet-ee5cfec8640886ea3fa3f582cb04347762feebbd.zip
fix tests
Diffstat (limited to 'src/revocation/revocation.h')
-rw-r--r--src/revocation/revocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index b2769da0e..868c2b853 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -92,7 +92,7 @@ struct RevokeMessage
92 /** 92 /**
93 * Number that causes a hash collision with the @e public_key. 93 * Number that causes a hash collision with the @e public_key.
94 */ 94 */
95 struct GNUNET_REVOCATION_Pow proof_of_work GNUNET_PACKED; 95 struct GNUNET_REVOCATION_Pow proof_of_work;
96}; 96};
97 97
98 98