aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_EncryptInit.pod
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-26 17:53:59 +0100
committerTomas Mraz <tomas@openssl.org>2021-04-01 14:39:53 +0200
commitb064eebb5080178de9641a0520e2f22b5846e0f3 (patch)
treed9c4fb39f98bce540c149484dc480a8618da1da4 /doc/man3/EVP_EncryptInit.pod
parent83abd33cf7b3ed40fb94aa1338b6c40b44fa8ad3 (diff)
downloadopenssl-b064eebb5080178de9641a0520e2f22b5846e0f3.tar.gz
EVP_CIPHER_type: fix misleading argument name
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14703)
Diffstat (limited to 'doc/man3/EVP_EncryptInit.pod')
-rw-r--r--doc/man3/EVP_EncryptInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index d2880b20f2..9090dc8ad3 100644
--- a/doc/man3/EVP_EncryptInit.pod
+++ b/doc/man3/EVP_EncryptInit.pod
@@ -149,7 +149,7 @@ EVP_CIPHER_do_all_provided
int EVP_CIPHER_iv_length(const EVP_CIPHER *e);
unsigned long EVP_CIPHER_flags(const EVP_CIPHER *e);
unsigned long EVP_CIPHER_mode(const EVP_CIPHER *e);
- int EVP_CIPHER_type(const EVP_CIPHER *ctx);
+ int EVP_CIPHER_type(const EVP_CIPHER *cipher);
const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx);