summaryrefslogtreecommitdiff
path: root/src/keyDerivation.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-15 13:11:28 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-15 13:11:28 +0000
commit1709f420a0281796f24cdbc1f340149c874ceff0 (patch)
treeb915696b0f76691ec7ea71a470741db07199a34a /src/keyDerivation.h
parenttypename refactoring (diff)
added key store capability
Diffstat (limited to 'src/keyDerivation.h')
-rw-r--r--src/keyDerivation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyDerivation.h b/src/keyDerivation.h
index 5a69f72..2798d3b 100644
--- a/src/keyDerivation.h
+++ b/src/keyDerivation.h
@@ -167,7 +167,7 @@ private:
u_int8_t ecount_buf_[2][AES_BLOCK_SIZE];
#endif
- key_store_t key_store_[KD_LABEL_COUNT];
+ key_store_t key_store_[2][KD_LABEL_COUNT];
union __attribute__((__packed__)) key_derivation_aesctr_ctr_union {
u_int8_t buf_[CTR_LENGTH];