]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: OSSL_PROV_PARAM_STATUS is signed integer
authorAriana Ciaschini <arianaciaschini@MacBook-Air-78.local>
Fri, 7 Mar 2025 02:10:15 +0000 (21:10 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 29 Apr 2025 12:16:40 +0000 (14:16 +0200)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26994)

doc/man7/provider-base.pod

index 0302900a73146916b75fe3256490efd1d1f8dcb4..19b75656b203bafbc51173f43f7acab504b975dd 100644 (file)
@@ -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<OSSL_PROV_PARAM_STATUS>) <unsigned integer>
+=item "status" (B<OSSL_PROV_PARAM_STATUS>) <signed integer>
 
 This returns 0 if the provider has entered an error state, otherwise it returns
 1.