Fix some typos
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aes_ccm.c
index c1fb51b56575bf54a7a860f19848f990048ebe7e..b6655143d958279aca28688b8078383b5e2b5ce3 100644 (file)
@@ -10,7 +10,7 @@
 /* Dispatch functions for AES CCM mode */
 
 #include "prov/ciphercommon.h"
-#include "prov/cipher_ccm.h"
+#include "prov/ciphercommon_ccm.h"
 #include "prov/implementations.h"
 
 static void *aes_ccm_newctx(void *provctx, size_t keybits)