Reorganize private crypto header files
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha256.c
index e434ec009f4015c088dcb833ee2fac83a28f4017..7659d8f8d365012a82dde3bbfbf826fcd99d3097 100644 (file)
@@ -16,9 +16,9 @@
 #include <openssl/sha.h>
 #include <openssl/rand.h>
 #include "internal/cryptlib.h"
-#include "internal/modes_int.h"
+#include "crypto/modes.h"
 #include "internal/constant_time_locl.h"
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
 
 typedef struct {
     AES_KEY ks;