From: Ariana Ciaschini Date: Fri, 7 Mar 2025 02:10:15 +0000 (-0500) Subject: doc: OSSL_PROV_PARAM_STATUS is signed integer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3ec3d9595b97f5614a35f3d903ed498ead7edf;p=thirdparty%2Fopenssl.git doc: OSSL_PROV_PARAM_STATUS is signed integer CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26994) --- diff --git a/doc/man7/provider-base.pod b/doc/man7/provider-base.pod index 0302900a731..19b75656b20 100644 --- a/doc/man7/provider-base.pod +++ b/doc/man7/provider-base.pod @@ -462,7 +462,7 @@ This points to a string that is a build information associated with this provide OpenSSL in-built providers use OPENSSL_FULL_VERSION_STR, but this may be different for any third party provider. -=item "status" (B) +=item "status" (B) This returns 0 if the provider has entered an error state, otherwise it returns 1.