diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index 83b57403d0..73cc582d7b 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_local.h,v 1.22 2024/03/02 10:52:24 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.23 2024/03/26 05:39:47 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 2013. | 3 | * project 2013. |
4 | */ | 4 | */ |
@@ -404,8 +404,6 @@ int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, | |||
404 | const unsigned char *salt, int saltlen); | 404 | const unsigned char *salt, int saltlen); |
405 | X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, | 405 | X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, |
406 | unsigned char *salt, int saltlen); | 406 | unsigned char *salt, int saltlen); |
407 | X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, | ||
408 | unsigned char *salt, int saltlen, unsigned char *aiv, int prf_nid); | ||
409 | X509_ALGOR *PKCS5_pbe_set(int alg, int iter, const unsigned char *salt, | 407 | X509_ALGOR *PKCS5_pbe_set(int alg, int iter, const unsigned char *salt, |
410 | int saltlen); | 408 | int saltlen); |
411 | X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen, | 409 | X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen, |