The branch master has been updated via 11b93a1c82f2cb2be67b2d08cac4168a16555364 (commit) from 4640cd00c36f0535d297d1ed10665597c4e2c7f2 (commit)
- Log ----------------------------------------------------------------- commit 11b93a1c82f2cb2be67b2d08cac4168a16555364 Author: Daniel Bevenius <daniel.beven...@gmail.com> Date: Mon Sep 21 15:48:55 2020 +0200 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 <levi...@openssl.org> Reviewed-by: Tomas Mraz <tm...@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12935) ----------------------------------------------------------------------- Summary of changes: doc/man3/OSSL_DECODER_CTX.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]);