summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac/hm_ameth.c
diff options
context:
space:
mode:
authortb <>2021-12-12 21:27:38 +0000
committertb <>2021-12-12 21:27:38 +0000
commite6d34a52bf003f2e199023dc166779f5d25bfcff (patch)
tree110aa6f619f19831c621f32e98d757ca15d75e3e /src/lib/libcrypto/hmac/hm_ameth.c
parent16b11d832d894bdfee31b512ec2c24f6045b7a9c (diff)
downloadopenbsd-e6d34a52bf003f2e199023dc166779f5d25bfcff.tar.gz
openbsd-e6d34a52bf003f2e199023dc166779f5d25bfcff.tar.bz2
openbsd-e6d34a52bf003f2e199023dc166779f5d25bfcff.zip
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
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