summaryrefslogtreecommitdiff
path: root/crypto/aes/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aes/aes.h')
-rw-r--r--crypto/aes/aes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/aes/aes.h b/crypto/aes/aes.h
index baf0222d49d3..450f2b4051b2 100644
--- a/crypto/aes/aes.h
+++ b/crypto/aes/aes.h
@@ -66,6 +66,10 @@
#define AES_MAXNR 14
#define AES_BLOCK_SIZE 16
+#ifdef OPENSSL_FIPS
+#define FIPS_AES_SIZE_T int
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif