summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_ccm.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_ccm.c')
-rw-r--r--providers/common/ciphers/cipher_ccm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/providers/common/ciphers/cipher_ccm.c b/providers/common/ciphers/cipher_ccm.c
index fcfef73197..211b64f768 100644
--- a/providers/common/ciphers/cipher_ccm.c
+++ b/providers/common/ciphers/cipher_ccm.c
@@ -10,6 +10,8 @@
/* Dispatch functions for ccm mode */
#include "cipher_locl.h"
+#include "internal/ciphers/cipher_ccm.h"
+#include "internal/providercommonerr.h"
static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out,
size_t *padlen, const unsigned char *in,