DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_new
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Mon, 21 Sep 2020 13:48:55 +0000 (15:48 +0200)
committerPauli <paul.dale@oracle.com>
Tue, 22 Sep 2020 23:22:11 +0000 (09:22 +1000)
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)

doc/man3/OSSL_DECODER_CTX.pod

index bb8875ea4f1c5129d08474dcca049b92c952b61c..27e0a67a9651b76a8b2e06aeec0d64f3c6ac3cb8 100644 (file)
@@ -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[]);