early-access version 2698

This commit is contained in:
pineappleEA
2022-04-24 22:29:35 +02:00
parent c96f949832
commit caa0c2911b
486 changed files with 37806 additions and 14362 deletions

View File

@@ -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),
};