From af61cbca1c7a7cdb5869d72203fe78c504fd3725 Mon Sep 17 00:00:00 2001 From: Alex Boboc Date: Sat, 15 Feb 2020 16:55:30 -0800 Subject: [PATCH] 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) --- doc/internal/man3/ossl_param_bld_init.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.25.1