summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_gcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_gcm.c')
-rw-r--r--providers/common/ciphers/cipher_gcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/common/ciphers/cipher_gcm.c b/providers/common/ciphers/cipher_gcm.c
index 72d17d0073..580928fdde 100644
--- a/providers/common/ciphers/cipher_gcm.c
+++ b/providers/common/ciphers/cipher_gcm.c
@@ -11,9 +11,9 @@
#include "prov/ciphercommon.h"
#include "prov/cipher_gcm.h"
-#include "internal/providercommonerr.h"
+#include "prov/providercommonerr.h"
#include "crypto/rand.h"
-#include "internal/provider_ctx.h"
+#include "prov/provider_ctx.h"
static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len);
static int gcm_tls_iv_set_fixed(PROV_GCM_CTX *ctx, unsigned char *iv,