From e6d34a52bf003f2e199023dc166779f5d25bfcff Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 12 Dec 2021 21:27:38 +0000 Subject: Add a mostly empty hmac_local.h. HMAC_CTX and a few other things from hmac.h will be moved there in an umpcoming bump. Include this file where it will be needed. ok inoguchi --- src/lib/libcrypto/evp/p5_crpt2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/evp') diff --git a/src/lib/libcrypto/evp/p5_crpt2.c b/src/lib/libcrypto/evp/p5_crpt2.c index 4bef287706..f3585ff34b 100644 --- a/src/lib/libcrypto/evp/p5_crpt2.c +++ b/src/lib/libcrypto/evp/p5_crpt2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p5_crpt2.c,v 1.23 2017/01/29 17:49:23 beck Exp $ */ +/* $OpenBSD: p5_crpt2.c,v 1.24 2021/12/12 21:27:37 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -70,6 +70,7 @@ #include #include "evp_locl.h" +#include "hmac_local.h" /* This is an implementation of PKCS#5 v2.0 password based encryption key * derivation function PBKDF2. -- cgit v1.2.3-55-g6feb