Reorganize private crypto header files
[openssl.git] / crypto / modes / ctr128.c
index 1755b8500efb53e98947b46af6c96021739ded09..ff7499b34a653ef5a84d80c6fea092b372b327e8 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <string.h>
 #include <openssl/crypto.h>
-#include "internal/modes_int.h"
+#include "crypto/modes.h"
 
 /*
  * NOTE: the IV/counter CTR mode is big-endian.  The code itself is