summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_aes.h')
-rw-r--r--providers/common/ciphers/cipher_aes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/common/ciphers/cipher_aes.h b/providers/common/ciphers/cipher_aes.h
index 6c4a6237c0..741b20f6e3 100644
--- a/providers/common/ciphers/cipher_aes.h
+++ b/providers/common/ciphers/cipher_aes.h
@@ -8,6 +8,7 @@
*/
#include <openssl/aes.h>
+#include "internal/ciphers/ciphercommon.h"
typedef struct prov_aes_ctx_st {
PROV_CIPHER_CTX base; /* Must be first */