From 61b94c8ae640b8bea51edc2db54285c80ae42e11 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 26 Feb 2009 12:45:07 +0000 Subject: cleanup --- src/key_derivation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/key_derivation.h') diff --git a/src/key_derivation.h b/src/key_derivation.h index f4a9420..dbbf73c 100644 --- a/src/key_derivation.h +++ b/src/key_derivation.h @@ -100,7 +100,7 @@ union __attribute__((__packed__)) key_derivation_aesctr_ctr_union { u_int16_t zero_; } params_; struct __attribute__((__packed__)) { - u_int8_t fill_[KD_AESCTR_SALT_LENGTH - sizeof(u_int8_t) - 2 - sizeof(seq_nr_t)]; + u_int8_t fill_[KD_AESCTR_SALT_LENGTH - sizeof(u_int8_t) - 2*sizeof(u_int8_t) - sizeof(seq_nr_t)]; u_int8_t label_; u_int8_t r_fill_[2]; seq_nr_t r_; -- cgit v1.2.3