diff options
Diffstat (limited to 'upstream/debian-unstable/man3/EVP_KDF.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/EVP_KDF.3ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man3/EVP_KDF.3ssl b/upstream/debian-unstable/man3/EVP_KDF.3ssl index df8a54e0..32231010 100644 --- a/upstream/debian-unstable/man3/EVP_KDF.3ssl +++ b/upstream/debian-unstable/man3/EVP_KDF.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "EVP_KDF 3SSL" -.TH EVP_KDF 3SSL 2024-02-03 3.1.5 OpenSSL +.TH EVP_KDF 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -79,7 +79,7 @@ EVP_KDF_CTX_gettable_params, EVP_KDF_CTX_settable_params \- EVP KDF routines \& typedef struct evp_kdf_st EVP_KDF; \& typedef struct evp_kdf_ctx_st EVP_KDF_CTX; \& -\& EVP_KDF_CTX *EVP_KDF_CTX_new(const EVP_KDF *kdf); +\& EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf); \& const EVP_KDF *EVP_KDF_CTX_kdf(EVP_KDF_CTX *ctx); \& void EVP_KDF_CTX_free(EVP_KDF_CTX *ctx); \& EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src); |