]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/common/ciphers/cipher_gcm.c
Cleanup: move remaining providers/common/include/internal/*.h
[thirdparty/openssl.git] / providers / common / ciphers / cipher_gcm.c
index 72d17d00733d9a596c731a974d4d818c6f397148..580928fddea51c93f6b7f140247975cb99af5b31 100644 (file)
@@ -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,