early-access version 2698
This commit is contained in:
5
externals/libressl/crypto/hmac/hmac.c
vendored
5
externals/libressl/crypto/hmac/hmac.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: hmac.c,v 1.25 2018/02/17 14:53:58 jsing Exp $ */
|
||||
/* $OpenBSD: hmac.c,v 1.27 2021/12/12 21:30:14 tb Exp $ */
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -63,6 +63,9 @@
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/hmac.h>
|
||||
|
||||
#include "evp_locl.h"
|
||||
#include "hmac_local.h"
|
||||
|
||||
int
|
||||
HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md,
|
||||
ENGINE *impl)
|
||||
|
Reference in New Issue
Block a user