summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/m_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/m_blake2s.c
parent270862b470d43a283996e681b74fbbb27c7f12e4 (diff)
Move blake2_loclh to blake2 directory
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/blake2/m_blake2s.c')
-rw-r--r--crypto/blake2/m_blake2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/blake2/m_blake2s.c b/crypto/blake2/m_blake2s.c
index 01974d966c..6150e981f0 100644
--- a/crypto/blake2/m_blake2s.c
+++ b/crypto/blake2/m_blake2s.c
@@ -21,7 +21,7 @@
# include <openssl/evp.h>
# include <openssl/objects.h>
-# include "internal/blake2_locl.h"
+# include "blake2_locl.h"
# include "internal/evp_int.h"
static int init(EVP_MD_CTX *ctx)