]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix misleading stucture info
authorLadislav Marko <LadislavMarko@seznam.cz>
Tue, 11 Apr 2023 13:56:11 +0000 (15:56 +0200)
committerPauli <pauli@openssl.org>
Thu, 13 Apr 2023 00:11:23 +0000 (10:11 +1000)
CLA: trivial

The thing created by `OSSL_FUNC_signature_newctx()` and `OSSL_FUNC_signature_dupctx()` is a signature context, not a signature. It's in the name of the function and surrounding documentation.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20705)

doc/man7/provider-signature.pod

index 022b52ae14a3076dc8b4a9be68bd4d35686d667b..a3b9ca524ab999009f4d152c9b4dc9a5ca8ccdee 100644 (file)
@@ -420,7 +420,7 @@ respectively.
 =head1 RETURN VALUES
 
 OSSL_FUNC_signature_newctx() and OSSL_FUNC_signature_dupctx() should return the newly created
-provider side signature, or NULL on failure.
+provider side signature context, or NULL on failure.
 
 OSSL_FUNC_signature_gettable_ctx_params(), OSSL_FUNC_signature_settable_ctx_params(),
 OSSL_FUNC_signature_gettable_md_ctx_params() and OSSL_FUNC_signature_settable_md_ctx_params(),