summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-09-21 15:48:55 +0200
committerPauli <paul.dale@oracle.com>2020-09-23 09:22:11 +1000
commit11b93a1c82f2cb2be67b2d08cac4168a16555364 (patch)
treea556c495aee66f5f86b162b153bc8ccefb05de74 /doc
parent4640cd00c36f0535d297d1ed10665597c4e2c7f2 (diff)
DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_new
This commit changes the man page for OSSL_DECODER_CTX_new by removing the OPENSSL_CTX parameter which matches the declaration in decoder.h. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12935)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_DECODER_CTX.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_DECODER_CTX.pod b/doc/man3/OSSL_DECODER_CTX.pod
index bb8875ea4f..27e0a67a96 100644
--- a/doc/man3/OSSL_DECODER_CTX.pod
+++ b/doc/man3/OSSL_DECODER_CTX.pod
@@ -32,7 +32,7 @@ OSSL_DECODER_INSTANCE_get_input_type
typedef struct ossl_decoder_ctx_st OSSL_DECODER_CTX;
- OSSL_DECODER_CTX *OSSL_DECODER_CTX_new(OPENSSL_CTX *libctx);
+ OSSL_DECODER_CTX *OSSL_DECODER_CTX_new(void);
const OSSL_PARAM *OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder);
int OSSL_DECODER_CTX_set_params(OSSL_DECODER_CTX *ctx,
const OSSL_PARAM params[]);