From 4d3ec3d9595b97f5614a35f3d903ed498ead7edf Mon Sep 17 00:00:00 2001 From: Ariana Ciaschini Date: Thu, 6 Mar 2025 21:10:15 -0500 Subject: [PATCH] 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) --- doc/man7/provider-base.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2