From 1709f420a0281796f24cdbc1f340149c874ceff0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 15 Jan 2009 13:11:28 +0000 Subject: added key store capability --- src/keyDerivation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyDerivation.h') 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]; -- cgit v1.2.3