From 3efcca773c416cabe8d790abccac7b19a669b00d Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 21 Apr 2020 18:11:13 +0200 Subject: packed makes no sense there --- src/include/gnunet_revocation_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /** * The TTL of this revocation (purely informational) */ - struct GNUNET_TIME_RelativeNBO ttl GNUNET_PACKED; + struct GNUNET_TIME_RelativeNBO ttl; /** * The PoWs -- cgit v1.2.3