Add Common shared code needed to move aes ciphers to providers
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha1.c
index f6450f399601c51a50ed149f117267d8322ad7ab..8d557e512e76cb899a114001201d1b9ff7487225 100644 (file)
@@ -7,17 +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/evp_int.h"
 #include "internal/constant_time_locl.h"