summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/chacha_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/chacha/chacha_enc.c')
-rw-r--r--crypto/chacha/chacha_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/chacha_enc.c b/crypto/chacha/chacha_enc.c
index e350c9b0f1..05a716b5d4 100644
--- a/crypto/chacha/chacha_enc.c
+++ b/crypto/chacha/chacha_enc.c
@@ -11,7 +11,7 @@
#include <string.h>
-#include "internal/chacha.h"
+#include "crypto/chacha.h"
typedef unsigned int u32;
typedef unsigned char u8;