summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_derivation.h')
-rw-r--r--src/key_derivation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/key_derivation.h b/src/key_derivation.h
index 01c9a26..df97765 100644
--- a/src/key_derivation.h
+++ b/src/key_derivation.h
@@ -109,8 +109,7 @@ struct key_derivation_aesctr_param_struct {
AES_KEY aes_key_;
u_int8_t ecount_buf_[AES_BLOCK_SIZE];
#elif defined(USE_NETTLE)
- // TODO: nettle
-
+ struct aes_ctx ctx_;
#else // USE_GCRYPT is the default
gcry_cipher_hd_t handle_;
#endif