summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/blake2s.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-20 10:10:18 -0400
committerRich Salz <rsalz@openssl.org>2016-03-20 15:15:08 -0400
commit01ce6f746d5daaec6210bc13851f81f7d4ef38ec (patch)
treee18d6dfef69491def359265ef890e38047a85016 /crypto/blake2/blake2s.c
parent270862b470d43a283996e681b74fbbb27c7f12e4 (diff)
Move blake2_loclh to blake2 directory
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/blake2/blake2s.c')
-rw-r--r--crypto/blake2/blake2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/blake2/blake2s.c b/crypto/blake2/blake2s.c
index 75be06a79e..f940aa150b 100644
--- a/crypto/blake2/blake2s.c
+++ b/crypto/blake2/blake2s.c
@@ -19,7 +19,7 @@
#include <openssl/crypto.h>
#include "e_os.h"
-#include "internal/blake2_locl.h"
+#include "blake2_locl.h"
#include "blake2_impl.h"
static const uint32_t blake2s_IV[8] =