Add Common shared code needed to move aes ciphers to providers
[openssl.git] / crypto / modes / ccm128.c
index bfa2d4604caf4ed8eb6f7981fc0470966897ad0d..e97158a11962f5a192fb79323cd2020076cf60d1 100644 (file)
@@ -7,9 +7,9 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <openssl/crypto.h>
-#include "modes_lcl.h"
 #include <string.h>
+#include <openssl/crypto.h>
+#include "internal/modes_int.h"
 
 /*
  * First you setup M and L parameters and pass the key schedule. This is