Import OpenSSL 1.1.1f
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <string.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
#include "blake2_locl.h"
|
||||
#include "blake2_local.h"
|
||||
#include "blake2_impl.h"
|
||||
|
||||
static const uint64_t blake2b_IV[8] =
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <string.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
#include "blake2_locl.h"
|
||||
#include "blake2_local.h"
|
||||
#include "blake2_impl.h"
|
||||
|
||||
static const uint32_t blake2s_IV[8] =
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
# include <openssl/evp.h>
|
||||
# include <openssl/objects.h>
|
||||
# include "blake2_locl.h"
|
||||
# include "internal/evp_int.h"
|
||||
# include "blake2_local.h"
|
||||
# include "crypto/evp.h"
|
||||
|
||||
static int init(EVP_MD_CTX *ctx)
|
||||
{
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
# include <openssl/evp.h>
|
||||
# include <openssl/objects.h>
|
||||
# include "blake2_locl.h"
|
||||
# include "internal/evp_int.h"
|
||||
# include "blake2_local.h"
|
||||
# include "crypto/evp.h"
|
||||
|
||||
static int init(EVP_MD_CTX *ctx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user