]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - aes/aes_types.h
few changes to aes, nothing of importance
[arm-crypto-lib.git] / aes / aes_types.h
index 2768521aac580cfcf35d35049966162ce47d23b7..6d68022b0c296ca451a9a2ee323234cd4c0bbe27 100644 (file)
@@ -46,7 +46,7 @@ typedef struct __attribute__((packed)){
 } aes256_ctx_t;
 
 typedef struct __attribute__((packed)){
-       aes_roundkey_t key[1]; /* just to avoid the warning */
+       aes_roundkey_t key[15]; /* just to avoid the warning */
 } aes_genctx_t;
 
 typedef struct __attribute__((packed)){