From 3a12e5fe21eaceb96473a7aaf9361f36f0f9b0f7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 18 Nov 2022 15:10:51 +0000 Subject: Include bytestring.h directly rather than pulling it in via asn1_locl.h --- src/lib/libcrypto/hmac/hm_ameth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/libcrypto/hmac/hm_ameth.c b/src/lib/libcrypto/hmac/hm_ameth.c index 858110a561..faaa04b461 100644 --- a/src/lib/libcrypto/hmac/hm_ameth.c +++ b/src/lib/libcrypto/hmac/hm_ameth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hm_ameth.c,v 1.14 2022/11/18 15:01:04 tb Exp $ */ +/* $OpenBSD: hm_ameth.c,v 1.15 2022/11/18 15:10:51 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2007. */ @@ -64,6 +64,7 @@ #include #include "asn1_locl.h" +#include "bytestring.h" #include "evp_locl.h" #include "hmac_local.h" -- cgit v1.2.3-55-g6feb