summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-19 22:09:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-19 22:09:33 +0000
commit66bafc4dff6f10f21c8e3936c65d50a670af2bab (patch)
tree6a4ccee899a6fd478f5315691dbb157135138f78 /src/key_derivation.h
parentmoved signal init to better place (diff)
fixed bug which prevents uanytun from detecting device type properly
some cleanup
Diffstat (limited to 'src/key_derivation.h')
-rw-r--r--src/key_derivation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_derivation.h b/src/key_derivation.h
index 1e849af..9bdb8f3 100644
--- a/src/key_derivation.h
+++ b/src/key_derivation.h
@@ -116,7 +116,7 @@ struct key_derivation_aesctr_param_struct {
gcry_cipher_hd_t handle_;
#else
AES_KEY aes_key_;
- u_int8_t ecount_buf[AES_BLOCK_SIZE];
+ u_int8_t ecount_buf_[AES_BLOCK_SIZE];
#endif
key_derivation_aesctr_ctr_t ctr_;
};