]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: match provider-asym_cipher(7) prototypes with core_dispatch.h
authorolszomal <Malgorzata.Olszowka@stunnel.org>
Mon, 25 May 2026 12:04:43 +0000 (14:04 +0200)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 27 May 2026 07:17:17 +0000 (09:17 +0200)
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed May 27 07:17:21 2026
(Merged from https://github.com/openssl/openssl/pull/31289)

doc/man7/provider-asym_cipher.pod

index 9679c5c98526cdb7010af0bedfe53e6505533984..e28f57f742a20984e088500e1763f5d46c9338c0 100644 (file)
@@ -38,9 +38,9 @@ provider-asym_cipher - The asym_cipher library E<lt>-E<gt> provider functions
 
  /* Asymmetric Cipher parameters */
  int OSSL_FUNC_asym_cipher_get_ctx_params(void *ctx, OSSL_PARAM params[]);
- const OSSL_PARAM *OSSL_FUNC_asym_cipher_gettable_ctx_params(void *provctx);
+ const OSSL_PARAM *OSSL_FUNC_asym_cipher_gettable_ctx_params(void *ctx, void *provctx);
  int OSSL_FUNC_asym_cipher_set_ctx_params(void *ctx, const OSSL_PARAM params[]);
- const OSSL_PARAM *OSSL_FUNC_asym_cipher_settable_ctx_params(void *provctx);
+ const OSSL_PARAM *OSSL_FUNC_asym_cipher_settable_ctx_params(void *ctx, void *provctx);
 
 =head1 DESCRIPTION