Move blake2_loclh to blake2 directory
authorRich Salz <rsalz@openssl.org>
Sun, 20 Mar 2016 14:10:18 +0000 (10:10 -0400)
committerRich Salz <rsalz@openssl.org>
Sun, 20 Mar 2016 19:15:08 +0000 (15:15 -0400)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
crypto/blake2/blake2_locl.h [moved from crypto/include/internal/blake2_locl.h with 100% similarity]
crypto/blake2/blake2b.c
crypto/blake2/blake2s.c
crypto/blake2/m_blake2b.c
crypto/blake2/m_blake2s.c

index 621949013a6ee6be0730b86dcb3b237528f92f58..6f04412e47900fbed12c6d9a4b32ab9df2284428 100644 (file)
@@ -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] =
index 75be06a79e2bd65e0a8aee6e6bb4dd89e2ec21c9..f940aa150bb0da5d2c4464d723578195619a727b 100644 (file)
@@ -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] =
index b74bdbdabb0eae0e1bf8525883f83dee08df3117..e06bb5bdb77d6fabbaf3da4c99a2c4e9dac46d09 100644 (file)
@@ -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)
index 01974d966c6b0fda9fc097863f9b1f8fc5b3d326..6150e981f0801cc701302833f652b13ff4141370 100644 (file)
@@ -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)