diff options
author | tb <> | 2021-12-12 21:27:38 +0000 |
---|---|---|
committer | tb <> | 2021-12-12 21:27:38 +0000 |
commit | a0b1347b1dec62a1a5e864ed59314d2e9b42e15b (patch) | |
tree | 110aa6f619f19831c621f32e98d757ca15d75e3e /src/lib/libcrypto/pkcs12 | |
parent | ef37d8e11b67b24d718fb50ca36b24bf266259ad (diff) | |
download | openbsd-a0b1347b1dec62a1a5e864ed59314d2e9b42e15b.tar.gz openbsd-a0b1347b1dec62a1a5e864ed59314d2e9b42e15b.tar.bz2 openbsd-a0b1347b1dec62a1a5e864ed59314d2e9b42e15b.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/pkcs12')
-rw-r--r-- | src/lib/libcrypto/pkcs12/p12_mutl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_mutl.c b/src/lib/libcrypto/pkcs12/p12_mutl.c index 14ded8532d..aa363747b3 100644 --- a/src/lib/libcrypto/pkcs12/p12_mutl.c +++ b/src/lib/libcrypto/pkcs12/p12_mutl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: p12_mutl.c,v 1.25 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: p12_mutl.c,v 1.26 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 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -68,6 +68,7 @@ | |||
68 | #include <openssl/hmac.h> | 68 | #include <openssl/hmac.h> |
69 | #include <openssl/pkcs12.h> | 69 | #include <openssl/pkcs12.h> |
70 | 70 | ||
71 | #include "hmac_local.h" | ||
71 | #include "x509_lcl.h" | 72 | #include "x509_lcl.h" |
72 | 73 | ||
73 | /* Generate a MAC */ | 74 | /* Generate a MAC */ |