diff options
| author | tb <> | 2022-08-20 09:16:18 +0000 |
|---|---|---|
| committer | tb <> | 2022-08-20 09:16:18 +0000 |
| commit | ecbb64fca8f7fc649376c65a0b2850eeb54efab1 (patch) | |
| tree | fdd2bb0d1e96426572ce7db2e69355ce4e2b606e /src/lib/libcrypto/pkcs12/p12_utl.c | |
| parent | 0003a41309177c95146aa8cee6613b46d64995c6 (diff) | |
| download | openbsd-ecbb64fca8f7fc649376c65a0b2850eeb54efab1.tar.gz openbsd-ecbb64fca8f7fc649376c65a0b2850eeb54efab1.tar.bz2 openbsd-ecbb64fca8f7fc649376c65a0b2850eeb54efab1.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 * |
