diff options
author | tb <> | 2024-03-02 10:20:27 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:20:27 +0000 |
commit | b4541fab5e606187b51e789c26e6065cfc57ded0 (patch) | |
tree | fbf01f5453b712e42063e482a28304a6a55892cd /src/lib/libcrypto/pkcs12/p12_add.c | |
parent | fdfad9e1701882b4e72b41155a9c8e4ef338ddbf (diff) | |
download | openbsd-b4541fab5e606187b51e789c26e6065cfc57ded0.tar.gz openbsd-b4541fab5e606187b51e789c26e6065cfc57ded0.tar.bz2 openbsd-b4541fab5e606187b51e789c26e6065cfc57ded0.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/p12_add.c')
-rw-r--r-- | src/lib/libcrypto/pkcs12/p12_add.c | 3 |
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 | ||