summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_aes_ccm.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_aes_ccm.c')
-rw-r--r--providers/common/ciphers/cipher_aes_ccm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/providers/common/ciphers/cipher_aes_ccm.c b/providers/common/ciphers/cipher_aes_ccm.c
index 26b508df29..75f6e3fc9d 100644
--- a/providers/common/ciphers/cipher_aes_ccm.c
+++ b/providers/common/ciphers/cipher_aes_ccm.c
@@ -10,6 +10,8 @@
/* Dispatch functions for AES CCM mode */
#include "cipher_locl.h"
+#include "internal/ciphers/cipher_ccm.h"
+#include "internal/provider_algs.h"
static void *aes_ccm_newctx(void *provctx, size_t keybits)
{