diff options
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_p8e.c')
-rw-r--r-- | src/lib/libcrypto/pkcs12/p12_p8e.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_p8e.c b/src/lib/libcrypto/pkcs12/p12_p8e.c index 5e3fc6486a..7f5f61d69f 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.8 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: p12_p8e.c,v 1.9 2021/11/01 20:53:08 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,8 @@ | |||
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" | ||
65 | |||
64 | X509_SIG * | 66 | X509_SIG * |
65 | PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, | 67 | PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, |
66 | int passlen, unsigned char *salt, int saltlen, int iter, | 68 | int passlen, unsigned char *salt, int saltlen, int iter, |