aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/aes.c')
-rw-r--r--src/crypto/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/aes.c b/src/crypto/aes.c
index aeeaa1d2c..5200e7760 100644
--- a/src/crypto/aes.c
+++ b/src/crypto/aes.c
@@ -784,6 +784,7 @@ struct cipher_algorithm aes_algorithm = {
.name = "aes",
.ctxsize = sizeof ( struct aes_context ),
.blocksize = AES_BLOCKSIZE,
+ .alignsize = 0,
.authsize = 0,
.setkey = aes_setkey,
.setiv = cipher_null_setiv,