summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac/hm_ameth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hmac/hm_ameth.c')
-rw-r--r--src/lib/libcrypto/hmac/hm_ameth.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hmac/hm_ameth.c b/src/lib/libcrypto/hmac/hm_ameth.c
index cfa0239705..ebbcab5ac2 100644
--- a/src/lib/libcrypto/hmac/hm_ameth.c
+++ b/src/lib/libcrypto/hmac/hm_ameth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: hm_ameth.c,v 1.10 2015/09/10 15:56:25 jsing Exp $ */ 1/* $OpenBSD: hm_ameth.c,v 1.11 2021/12/12 21:27:38 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2007. 3 * project 2007.
4 */ 4 */
@@ -60,8 +60,10 @@
60#include <string.h> 60#include <string.h>
61 61
62#include <openssl/evp.h> 62#include <openssl/evp.h>
63#include <openssl/hmac.h>
63 64
64#include "asn1_locl.h" 65#include "asn1_locl.h"
66#include "hmac_local.h"
65 67
66#define HMAC_TEST_PRIVATE_KEY_FORMAT 68#define HMAC_TEST_PRIVATE_KEY_FORMAT
67 69