Import OpenSSL 1.1.1f

This commit is contained in:
Steve Dower
2020-04-03 21:53:21 +01:00
parent 6f2f71e7ea
commit e531386a2f
993 changed files with 23821 additions and 3602 deletions

View File

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

View File

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

View File

@@ -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)
{

View File

@@ -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)
{