aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_ccm.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_aes_ccm.c')
-rw-r--r--providers/implementations/ciphers/cipher_aes_ccm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_aes_ccm.c b/providers/implementations/ciphers/cipher_aes_ccm.c
index 59fc7274c9..c1fb51b565 100644
--- a/providers/implementations/ciphers/cipher_aes_ccm.c
+++ b/providers/implementations/ciphers/cipher_aes_ccm.c
@@ -11,7 +11,7 @@
#include "prov/ciphercommon.h"
#include "prov/cipher_ccm.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
static void *aes_ccm_newctx(void *provctx, size_t keybits)
{