diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/evp/evp_local.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h index bce6a87a1e..dad2cec81e 100644 --- a/src/lib/libcrypto/evp/evp_local.h +++ b/src/lib/libcrypto/evp/evp_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_local.h,v 1.18 2024/03/02 10:08:29 tb Exp $ */ | 1 | /* $OpenBSD: evp_local.h,v 1.19 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 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -340,9 +340,6 @@ struct evp_pkey_method_st { | |||
340 | 340 | ||
341 | void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx); | 341 | void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx); |
342 | 342 | ||
343 | int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, | ||
344 | ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de); | ||
345 | |||
346 | /* EVP_AEAD represents a specific AEAD algorithm. */ | 343 | /* EVP_AEAD represents a specific AEAD algorithm. */ |
347 | struct evp_aead_st { | 344 | struct evp_aead_st { |
348 | unsigned char key_len; | 345 | unsigned char key_len; |