early-access version 2698
This commit is contained in:
9
externals/libressl/crypto/evp/m_wp.c
vendored
9
externals/libressl/crypto/evp/m_wp.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: m_wp.c,v 1.8 2014/07/13 09:30:02 miod Exp $ */
|
||||
/* $OpenBSD: m_wp.c,v 1.10 2022/01/14 08:38:06 tb Exp $ */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/whrlpool.h>
|
||||
|
||||
#include "evp_locl.h"
|
||||
|
||||
static int
|
||||
init(EVP_MD_CTX *ctx)
|
||||
{
|
||||
@@ -39,11 +41,6 @@ static const EVP_MD whirlpool_md = {
|
||||
.final = final,
|
||||
.copy = NULL,
|
||||
.cleanup = NULL,
|
||||
.sign = NULL,
|
||||
.verify = NULL,
|
||||
.required_pkey_type = {
|
||||
0, 0, 0, 0,
|
||||
},
|
||||
.block_size = WHIRLPOOL_BBLOCK / 8,
|
||||
.ctx_size = sizeof(EVP_MD *) + sizeof(WHIRLPOOL_CTX),
|
||||
};
|
||||
|
Reference in New Issue
Block a user