summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12/p12_init.c
diff options
context:
space:
mode:
authortb <>2022-08-20 09:16:18 +0000
committertb <>2022-08-20 09:16:18 +0000
commit95b7defd486f5736d9f91a6f71156c20f91756e9 (patch)
treefdd2bb0d1e96426572ce7db2e69355ce4e2b606e /src/lib/libcrypto/pkcs12/p12_init.c
parentbe73a6ddefcc4637dc9eed0c7cf94d06de600b53 (diff)
downloadopenbsd-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_init.c')
-rw-r--r--src/lib/libcrypto/pkcs12/p12_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_init.c b/src/lib/libcrypto/pkcs12/p12_init.c
index 13dbe3664a..e305bde13a 100644
--- a/src/lib/libcrypto/pkcs12/p12_init.c
+++ b/src/lib/libcrypto/pkcs12/p12_init.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: p12_init.c,v 1.13 2022/01/20 11:18:49 inoguchi Exp $ */ 1/* $OpenBSD: p12_init.c,v 1.14 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 */
@@ -61,6 +61,8 @@
61#include <openssl/err.h> 61#include <openssl/err.h>
62#include <openssl/pkcs12.h> 62#include <openssl/pkcs12.h>
63 63
64#include "pkcs12_local.h"
65
64/* Initialise a PKCS12 structure to take data */ 66/* Initialise a PKCS12 structure to take data */
65 67
66PKCS12 * 68PKCS12 *