summaryrefslogtreecommitdiffstats
path: root/crypto
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
parent270862b470d43a283996e681b74fbbb27c7f12e4 (diff)
Move blake2_loclh to blake2 directory
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/blake2/blake2_locl.h (renamed from crypto/include/internal/blake2_locl.h)0
-rw-r--r--crypto/blake2/blake2b.c2
-rw-r--r--crypto/blake2/blake2s.c2
-rw-r--r--crypto/blake2/m_blake2b.c2
-rw-r--r--crypto/blake2/m_blake2s.c2
5 files changed, 4 insertions, 4 deletions
diff --git a/crypto/include/internal/blake2_locl.h b/crypto/blake2/blake2_locl.h
index ba438f4e3e..ba438f4e3e 100644
--- a/crypto/include/internal/blake2_locl.h
+++ b/crypto/blake2/blake2_locl.h
diff --git a/crypto/blake2/blake2b.c b/crypto/blake2/blake2b.c
index 621949013a..6f04412e47 100644
--- a/crypto/blake2/blake2b.c
+++ b/crypto/blake2/blake2b.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 uint64_t blake2b_IV[8] =
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] =
diff --git a/crypto/blake2/m_blake2b.c b/crypto/blake2/m_blake2b.c
index b74bdbdabb..e06bb5bdb7 100644
--- a/crypto/blake2/m_blake2b.c
+++ b/crypto/blake2/m_blake2b.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)
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)