From: Daniel Bevenius Date: Mon, 21 Sep 2020 13:48:55 +0000 (+0200) Subject: DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_new X-Git-Tag: openssl-3.0.0-alpha7~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b93a1c82f2cb2be67b2d08cac4168a16555364;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12935) --- diff --git a/doc/man3/OSSL_DECODER_CTX.pod b/doc/man3/OSSL_DECODER_CTX.pod index bb8875ea4f1..27e0a67a965 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[]);