diff options
Diffstat (limited to 'lib/libcrypto/hmac/hm_ameth.c')
-rw-r--r-- | lib/libcrypto/hmac/hm_ameth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/hmac/hm_ameth.c b/lib/libcrypto/hmac/hm_ameth.c index cfa02397051..ebbcab5ac26 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.10 2015/09/10 15:56:25 jsing Exp $ */ +/* $OpenBSD: hm_ameth.c,v 1.11 2021/12/12 21:27:38 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2007. */ @@ -60,8 +60,10 @@ #include <string.h> #include <openssl/evp.h> +#include <openssl/hmac.h> #include "asn1_locl.h" +#include "hmac_local.h" #define HMAC_TEST_PRIVATE_KEY_FORMAT |