From: Alex Boboc Date: Sun, 16 Feb 2020 00:55:30 +0000 (-0800) Subject: DOC:Fix typos in ossl_param_bld_init X-Git-Tag: openssl-3.0.0-alpha1~429 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=af61cbca1c7a7cdb5869d72203fe78c504fd3725;p=oweals%2Fopenssl.git DOC:Fix typos in ossl_param_bld_init CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Nicola Tuveri Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11104) --- diff --git a/doc/internal/man3/ossl_param_bld_init.pod b/doc/internal/man3/ossl_param_bld_init.pod index 110192fbe0..8ae0dccb73 100644 --- a/doc/internal/man3/ossl_param_bld_init.pod +++ b/doc/internal/man3/ossl_param_bld_init.pod @@ -75,7 +75,7 @@ I is stored by value and an expression or auto variable can be used. ossl_param_bld_push_BN() is a function that will create an OSSL_PARAM object that holds the specified BIGNUM I. -If I is marked as being securely allocated, it's OSSL_PARAM representation +If I is marked as being securely allocated, its OSSL_PARAM representation will also be securely allocated. The I argument is stored by reference and the underlying BIGNUM object must exist until after ossl_param_bld_to_param() has been called. @@ -84,7 +84,7 @@ ossl_param_bld_push_BN_pad() is a function that will create an OSSL_PARAM object that holds the specified BIGNUM I. The object will be padded to occupy exactly I bytes, if insufficient space is specified an error results. -If I is marked as being securely allocated, it's OSSL_PARAM representation +If I is marked as being securely allocated, its OSSL_PARAM representation will also be securely allocated. The I argument is stored by reference and the underlying BIGNUM object must exist until after ossl_param_bld_to_param() has been called.