From: tb Date: Fri, 18 Nov 2022 15:10:51 +0000 (+0000) Subject: Include bytestring.h directly rather than pulling it in via asn1_locl.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0477fe69674c8d204d8b77ea4221b3e8fcf55a61;p=openbsd Include bytestring.h directly rather than pulling it in via asn1_locl.h --- diff --git a/lib/libcrypto/hmac/hm_ameth.c b/lib/libcrypto/hmac/hm_ameth.c index 858110a5613..faaa04b461b 100644 --- a/lib/libcrypto/hmac/hm_ameth.c +++ b/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"