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/pkcs12/p12_mutl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/pkcs12') diff --git a/src/lib/libcrypto/pkcs12/p12_mutl.c b/src/lib/libcrypto/pkcs12/p12_mutl.c index 14ded8532d..aa363747b3 100644 --- a/src/lib/libcrypto/pkcs12/p12_mutl.c +++ b/src/lib/libcrypto/pkcs12/p12_mutl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p12_mutl.c,v 1.25 2021/11/01 20:53:08 tb Exp $ */ +/* $OpenBSD: p12_mutl.c,v 1.26 2021/12/12 21:27:38 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -68,6 +68,7 @@ #include #include +#include "hmac_local.h" #include "x509_lcl.h" /* Generate a MAC */ -- cgit v1.2.3-55-g6feb