summaryrefslogtreecommitdiff
path: root/yarrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'yarrow.h')
-rw-r--r--yarrow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarrow.h b/yarrow.h
index fc6ccf9c..d54122df 100644
--- a/yarrow.h
+++ b/yarrow.h
@@ -72,7 +72,7 @@ struct yarrow256_ctx
int seeded;
/* The current key and counter block */
- struct aes_ctx key;
+ struct aes256_ctx key;
uint8_t counter[AES_BLOCK_SIZE];
/* The entropy sources */