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_utl.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_utl.c')
-rw-r--r-- | src/lib/libcrypto/pkcs12/p12_utl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_utl.c b/src/lib/libcrypto/pkcs12/p12_utl.c index 8efe7a2653..5c15720e21 100644 --- a/src/lib/libcrypto/pkcs12/p12_utl.c +++ b/src/lib/libcrypto/pkcs12/p12_utl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: p12_utl.c,v 1.17 2022/08/03 20:16:06 tb Exp $ */ | 1 | /* $OpenBSD: p12_utl.c,v 1.18 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 | */ |
@@ -62,6 +62,8 @@ | |||
62 | 62 | ||
63 | #include <openssl/pkcs12.h> | 63 | #include <openssl/pkcs12.h> |
64 | 64 | ||
65 | #include "pkcs12_local.h" | ||
66 | |||
65 | /* Cheap and nasty Unicode stuff */ | 67 | /* Cheap and nasty Unicode stuff */ |
66 | 68 | ||
67 | unsigned char * | 69 | unsigned char * |