From: Pauli Date: Fri, 19 Jun 2020 07:17:37 +0000 (+1000) Subject: doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified. X-Git-Tag: openssl-3.0.0-alpha4~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=760aaf1bb4696b51d50798a4a895ef04e312c49a;p=oweals%2Fopenssl.git doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12200) --- 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