summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12/p12_p8e.c
diff options
context:
space:
mode:
authortb <>2024-03-02 10:15:16 +0000
committertb <>2024-03-02 10:15:16 +0000
commitb88286b09abf67a2644f5e950fb27492f55b3b3e (patch)
treeb64f2e46e44a68cbc68c3942179d7a04de1089b4 /src/lib/libcrypto/pkcs12/p12_p8e.c
parentd7a8734f3bc8f273ccc2d8c7425ebf2f744118af (diff)
downloadopenbsd-b88286b09abf67a2644f5e950fb27492f55b3b3e.tar.gz
openbsd-b88286b09abf67a2644f5e950fb27492f55b3b3e.tar.bz2
openbsd-b88286b09abf67a2644f5e950fb27492f55b3b3e.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.c3
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
66X509_SIG * 67X509_SIG *