diff options
author | tb <> | 2022-08-20 09:16:18 +0000 |
---|---|---|
committer | tb <> | 2022-08-20 09:16:18 +0000 |
commit | 95b7defd486f5736d9f91a6f71156c20f91756e9 (patch) | |
tree | fdd2bb0d1e96426572ce7db2e69355ce4e2b606e /src/lib/libcrypto/pkcs12/p12_mutl.c | |
parent | be73a6ddefcc4637dc9eed0c7cf94d06de600b53 (diff) | |
download | openbsd-95b7defd486f5736d9f91a6f71156c20f91756e9.tar.gz openbsd-95b7defd486f5736d9f91a6f71156c20f91756e9.tar.bz2 openbsd-95b7defd486f5736d9f91a6f71156c20f91756e9.zip |
Add an empty pkcs12_local.h and include it where it will soon be needed.
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_mutl.c')
-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 5c9cea90db..b1aafe9b8e 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.31 2022/08/03 20:16:06 tb Exp $ */ | 1 | /* $OpenBSD: p12_mutl.c,v 1.32 2022/08/20 09:16:18 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 | */ |
@@ -70,6 +70,7 @@ | |||
70 | 70 | ||
71 | #include "evp_locl.h" | 71 | #include "evp_locl.h" |
72 | #include "hmac_local.h" | 72 | #include "hmac_local.h" |
73 | #include "pkcs12_local.h" | ||
73 | #include "x509_lcl.h" | 74 | #include "x509_lcl.h" |
74 | 75 | ||
75 | int | 76 | int |