[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Tue May 5 16:27:57 UTC 2020


The branch master has been updated
       via  6763f9c7e62aeba0d083be1608c88d85110976cb (commit)
      from  278260bfa238aefef5a1abe2043d2f812c3a4bd5 (commit)


- Log -----------------------------------------------------------------
commit 6763f9c7e62aeba0d083be1608c88d85110976cb
Author: Christian Heimes <christian at python.org>
Date:   Mon May 4 14:26:12 2020 +0200

    Use fips=yes consistently in documentation
    
    The documentation for ``EVP_default_properties_is_fips_enabled()`` uses
    ``fips=yes`` in one place and ``fips=true`` in another place. Stick to
    ``fips=yes`` like everywhere else.
    
    Signed-off-by: Christian Heimes <christian at python.org>
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/11723)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EVP_set_default_properties.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EVP_set_default_properties.pod b/doc/man3/EVP_set_default_properties.pod
index 1981ff12c1..9135742bb2 100644
--- a/doc/man3/EVP_set_default_properties.pod
+++ b/doc/man3/EVP_set_default_properties.pod
@@ -44,7 +44,7 @@ EVP_set_default_properties() and  EVP_default_properties_enable_fips() return 1
 on success, or 0 on failure. An error is placed on the the error stack if a
 failure occurs.
 
-EVP_default_properties_is_fips_enabled() returns 1 if the 'fips=true' default
+EVP_default_properties_is_fips_enabled() returns 1 if the 'fips=yes' default
 property is set for the given I<libctx>, otherwise it returns 0.
 
 =head1 SEE ALSO


More information about the openssl-commits mailing list