mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 11:14:36 +00:00
Move blake2_loclh to blake2 directory
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
270862b470
commit
01ce6f746d
@ -19,7 +19,7 @@
|
|||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include "e_os.h"
|
#include "e_os.h"
|
||||||
|
|
||||||
#include "internal/blake2_locl.h"
|
#include "blake2_locl.h"
|
||||||
#include "blake2_impl.h"
|
#include "blake2_impl.h"
|
||||||
|
|
||||||
static const uint64_t blake2b_IV[8] =
|
static const uint64_t blake2b_IV[8] =
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include "e_os.h"
|
#include "e_os.h"
|
||||||
|
|
||||||
#include "internal/blake2_locl.h"
|
#include "blake2_locl.h"
|
||||||
#include "blake2_impl.h"
|
#include "blake2_impl.h"
|
||||||
|
|
||||||
static const uint32_t blake2s_IV[8] =
|
static const uint32_t blake2s_IV[8] =
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
# include <openssl/evp.h>
|
# include <openssl/evp.h>
|
||||||
# include <openssl/objects.h>
|
# include <openssl/objects.h>
|
||||||
# include "internal/blake2_locl.h"
|
# include "blake2_locl.h"
|
||||||
# include "internal/evp_int.h"
|
# include "internal/evp_int.h"
|
||||||
|
|
||||||
static int init(EVP_MD_CTX *ctx)
|
static int init(EVP_MD_CTX *ctx)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
# include <openssl/evp.h>
|
# include <openssl/evp.h>
|
||||||
# include <openssl/objects.h>
|
# include <openssl/objects.h>
|
||||||
# include "internal/blake2_locl.h"
|
# include "blake2_locl.h"
|
||||||
# include "internal/evp_int.h"
|
# include "internal/evp_int.h"
|
||||||
|
|
||||||
static int init(EVP_MD_CTX *ctx)
|
static int init(EVP_MD_CTX *ctx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user