Add Common shared code needed to move aes ciphers to providers
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha256.c
index cd51e93cc15df92bbe77df012bb6023b36ac18e9..6efd3000b8663c417dc117c3e19d2e825b259aca 100644 (file)
@@ -7,18 +7,15 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <openssl/opensslconf.h>
-
 #include <stdio.h>
 #include <string.h>
-
-
+#include <openssl/opensslconf.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/aes.h>
 #include <openssl/sha.h>
 #include <openssl/rand.h>
-#include "modes_lcl.h"
+#include "internal/modes_int.h"
 #include "internal/constant_time_locl.h"
 #include "internal/evp_int.h"