summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_aes_gcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_aes_gcm.c')
-rw-r--r--providers/common/ciphers/cipher_aes_gcm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/providers/common/ciphers/cipher_aes_gcm.c b/providers/common/ciphers/cipher_aes_gcm.c
index 60df02588f..69c98f4e13 100644
--- a/providers/common/ciphers/cipher_aes_gcm.c
+++ b/providers/common/ciphers/cipher_aes_gcm.c
@@ -10,6 +10,8 @@
/* Dispatch functions for AES GCM mode */
#include "cipher_locl.h"
+#include "internal/ciphers/cipher_gcm.h"
+#include "internal/provider_algs.h"
static void *aes_gcm_newctx(void *provctx, size_t keybits)
{