Fix some typos
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aes_gcm.c
index 1df1c1dba9a0d7707cfd195aa8d476aa5a4031b6..18277c705e33627c4afaefd80d800de9000cc916 100644 (file)
@@ -10,8 +10,8 @@
 /* Dispatch functions for AES GCM mode */
 
 #include "prov/ciphercommon.h"
-#include "prov/cipher_gcm.h"
-#include "internal/provider_algs.h"
+#include "prov/ciphercommon_gcm.h"
+#include "prov/implementations.h"
 
 static void *aes_gcm_newctx(void *provctx, size_t keybits)
 {