summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipher.h b/src/cipher.h
index ae2c21d..3ec4980 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -95,7 +95,7 @@ struct cipher_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
cipher_aesctr_ctr_t ctr_;
};