diff options
| author | tb <> | 2024-03-02 10:15:16 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:15:16 +0000 |
| commit | 3660b6a445c7a10167a56fab6d7e882cdf782d91 (patch) | |
| tree | b64f2e46e44a68cbc68c3942179d7a04de1089b4 /src/lib/libcrypto/pkcs12/p12_p8e.c | |
| parent | feacafd961cf1e2403e9dcb6c3f6a0722730e87d (diff) | |
| download | openbsd-3660b6a445c7a10167a56fab6d7e882cdf782d91.tar.gz openbsd-3660b6a445c7a10167a56fab6d7e882cdf782d91.tar.bz2 openbsd-3660b6a445c7a10167a56fab6d7e882cdf782d91.zip | |
Remove a lot of PKCS12 garbage from the public API
PKCS12 is a hot mess. Please participate in the survey at the end of
https://www.cs.auckland.ac.nz/~pgut001/pubs/pfx.html to increase its
credibility and unanimity.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_p8e.c')
| -rw-r--r-- | src/lib/libcrypto/pkcs12/p12_p8e.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_p8e.c b/src/lib/libcrypto/pkcs12/p12_p8e.c index 87c4be56a3..bf61593266 100644 --- a/src/lib/libcrypto/pkcs12/p12_p8e.c +++ b/src/lib/libcrypto/pkcs12/p12_p8e.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: p12_p8e.c,v 1.12 2023/02/16 08:38:17 tb Exp $ */ | 1 | /* $OpenBSD: p12_p8e.c,v 1.13 2024/03/02 10:15:16 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 2001. | 3 | * project 2001. |
| 4 | */ | 4 | */ |
| @@ -61,6 +61,7 @@ | |||
| 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" | ||
| 64 | #include "x509_local.h" | 65 | #include "x509_local.h" |
| 65 | 66 | ||
| 66 | X509_SIG * | 67 | X509_SIG * |
