summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12
diff options
context:
space:
mode:
authortb <>2024-03-02 10:20:27 +0000
committertb <>2024-03-02 10:20:27 +0000
commit207b3a197be2d83ff1333f7fa2dccd6d5271b120 (patch)
treefbf01f5453b712e42063e482a28304a6a55892cd /src/lib/libcrypto/pkcs12
parent4083f4c7fda85159558b8c05200130506dc51c45 (diff)
downloadopenbsd-207b3a197be2d83ff1333f7fa2dccd6d5271b120.tar.gz
openbsd-207b3a197be2d83ff1333f7fa2dccd6d5271b120.tar.bz2
openbsd-207b3a197be2d83ff1333f7fa2dccd6d5271b120.zip
Remove more PBE stuff from the public API
This is still needed internally for CMS and its predecessors. This removal will enable disentangling some of its innards. ok jsing
Diffstat (limited to 'src/lib/libcrypto/pkcs12')
-rw-r--r--src/lib/libcrypto/pkcs12/p12_add.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_add.c b/src/lib/libcrypto/pkcs12/p12_add.c
index dd72c99985..f6f42c558c 100644
--- a/src/lib/libcrypto/pkcs12/p12_add.c
+++ b/src/lib/libcrypto/pkcs12/p12_add.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: p12_add.c,v 1.24 2024/03/02 10:15:16 tb Exp $ */ 1/* $OpenBSD: p12_add.c,v 1.25 2024/03/02 10:20:27 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,7 @@
62#include <openssl/pkcs12.h> 62#include <openssl/pkcs12.h>
63 63
64#include "pkcs12_local.h" 64#include "pkcs12_local.h"
65#include "x509_local.h"
65 66
66/* Pack an object into an OCTET STRING and turn into a safebag */ 67/* Pack an object into an OCTET STRING and turn into a safebag */
67 68