Move blake2_loclh to blake2 directory

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
Rich Salz 2016-03-20 10:10:18 -04:00
parent 270862b470
commit 01ce6f746d
5 changed files with 4 additions and 4 deletions

View 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] =

View 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] =

View 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)

View 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)