Fix some typos
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aes_gcm_hw.c
index f5dc0c4eed37ecec1617d9d3b85d1bf1d04ce692..6a2f8a5fd47b5db0f2bff734546f8bae0c907c2b 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"
 
 static int generic_aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key,
                                    size_t keylen)