Reorganize private crypto header files
[openssl.git] / crypto / chacha / chacha_enc.c
index e350c9b0f10f65c14bc34471473ce710c5254e15..05a716b5d42b22a895a9182c1d8550e154936873 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <string.h>
 
-#include "internal/chacha.h"
+#include "crypto/chacha.h"
 
 typedef unsigned int u32;
 typedef unsigned char u8;