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