提交 01ce6f74 编写于 作者: R Rich Salz

Move blake2_loclh to blake2 directory

Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 270862b4
......@@ -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] =
......
......@@ -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] =
......
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册