summaryrefslogtreecommitdiff
path: root/daemon/digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/digest.c')
-rw-r--r--daemon/digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/digest.c b/daemon/digest.c
index 4b00152..2a5843e 100644
--- a/daemon/digest.c
+++ b/daemon/digest.c
@@ -45,7 +45,7 @@ typedef struct internal_nonce
time_t tm;
unsigned int unique;
}
-internal_nonce_t;
+internal_nonce_t __attribute__((packed));
void digest_makenonce(unsigned char* nonce, unsigned char* secret, unsigned char* old)
{