summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac/hm_pmeth.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_pmeth.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_pmeth.c')
-rw-r--r--src/lib/libcrypto/hmac/hm_pmeth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hmac/hm_pmeth.c b/src/lib/libcrypto/hmac/hm_pmeth.c
index 390725fa25..8964c64871 100644
--- a/src/lib/libcrypto/hmac/hm_pmeth.c
+++ b/src/lib/libcrypto/hmac/hm_pmeth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: hm_pmeth.c,v 1.10 2017/05/02 03:59:44 deraadt Exp $ */ 1/* $OpenBSD: hm_pmeth.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 */
@@ -65,6 +65,7 @@
65#include <openssl/x509v3.h> 65#include <openssl/x509v3.h>
66 66
67#include "evp_locl.h" 67#include "evp_locl.h"
68#include "hmac_local.h"
68 69
69/* HMAC pkey context structure */ 70/* HMAC pkey context structure */
70 71