aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-21 18:11:13 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-21 18:11:13 +0200
commit3efcca773c416cabe8d790abccac7b19a669b00d (patch)
treed4cb7fe269178cb833f0787070fc0efebd6b345b
parentb7d8277cb1f335cd8137de77806e3a1fb5484d39 (diff)
downloadgnunet-3efcca773c416cabe8d790abccac7b19a669b00d.tar.gz
gnunet-3efcca773c416cabe8d790abccac7b19a669b00d.zip
packed makes no sense there
-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 e8824bd8a..394f561dc 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -69,7 +69,7 @@ struct GNUNET_REVOCATION_Pow
69 /** 69 /**
70 * The TTL of this revocation (purely informational) 70 * The TTL of this revocation (purely informational)
71 */ 71 */
72 struct GNUNET_TIME_RelativeNBO ttl GNUNET_PACKED; 72 struct GNUNET_TIME_RelativeNBO ttl;
73 73
74 /** 74 /**
75 * The PoWs 75 * The PoWs