diff options
Diffstat (limited to 'src/lib/crypto/builtin/aes/aes.h')
-rw-r--r-- | src/lib/crypto/builtin/aes/aes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/builtin/aes/aes.h b/src/lib/crypto/builtin/aes/aes.h index 762190463..8f6f426b9 100644 --- a/src/lib/crypto/builtin/aes/aes.h +++ b/src/lib/crypto/builtin/aes/aes.h @@ -33,7 +33,7 @@ #ifndef _AES_H #define _AES_H -#include "uitypes.h" +#include <stdint.h> /* BLOCK_SIZE is in BYTES: 16, 24, 32 or undefined for aes.c and 16, 20, 24, 28, 32 or undefined for aespp.c. When left undefined a slower |