summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12/p12_p8e.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_p8e.c')
-rw-r--r--src/lib/libcrypto/pkcs12/p12_p8e.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_p8e.c b/src/lib/libcrypto/pkcs12/p12_p8e.c
index b823ec330e..147d207cc8 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.10 2022/11/12 13:03:28 beck Exp $ */ 1/* $OpenBSD: p12_p8e.c,v 1.11 2022/11/26 16:08:53 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,7 +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 "x509_lcl.h" 64#include "x509_local.h"
65 65
66X509_SIG * 66X509_SIG *
67PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, 67PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass,