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