[openssl] master update

Dr. Paul Dale pauli at openssl.org
Sat Jun 20 07:17:09 UTC 2020


The branch master has been updated
       via  760aaf1bb4696b51d50798a4a895ef04e312c49a (commit)
      from  f36c3885b500786449f85cf8a89c2a925506a4ed (commit)


- Log -----------------------------------------------------------------
commit 760aaf1bb4696b51d50798a4a895ef04e312c49a
Author: Pauli <paul.dale at oracle.com>
Date:   Fri Jun 19 17:17:37 2020 +1000

    doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.
    
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/12200)

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

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

diff --git a/doc/man3/OSSL_PARAM_int.pod b/doc/man3/OSSL_PARAM_int.pod
index 09215184a7..739c2a8c2d 100644
--- a/doc/man3/OSSL_PARAM_int.pod
+++ b/doc/man3/OSSL_PARAM_int.pod
@@ -27,7 +27,8 @@ OSSL_PARAM_set_int64, OSSL_PARAM_set_long, OSSL_PARAM_set_size_t,
 OSSL_PARAM_set_uint, OSSL_PARAM_set_uint32, OSSL_PARAM_set_uint64,
 OSSL_PARAM_set_ulong, OSSL_PARAM_set_BN, OSSL_PARAM_set_utf8_string,
 OSSL_PARAM_set_octet_string, OSSL_PARAM_set_utf8_ptr,
-OSSL_PARAM_set_octet_ptr, OSSL_PARAM_UNMODIFIED
+OSSL_PARAM_set_octet_ptr,
+OSSL_PARAM_UNMODIFIED, OSSL_PARAM_modified, OSSL_PARAM_set_all_unmodified
 - OSSL_PARAM helpers
 
 =head1 SYNOPSIS


More information about the openssl-commits mailing list