From: Alex Gaynor Date: Thu, 8 Mar 2018 12:59:50 +0000 (-0500) Subject: Fixed several readability issues in DH_generate_parameters.pod X-Git-Tag: OpenSSL_1_1_1-pre3~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=83918ad6fddf33acc43aadcc40f08be22ff39482;p=oweals%2Fopenssl.git Fixed several readability issues in DH_generate_parameters.pod Reviewed-by: Tim Hudson Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/5553) --- diff --git a/doc/man3/DH_generate_parameters.pod b/doc/man3/DH_generate_parameters.pod index 56ad4b12fe..bcbc12ce88 100644 --- a/doc/man3/DH_generate_parameters.pod +++ b/doc/man3/DH_generate_parameters.pod @@ -111,10 +111,10 @@ The parameter B is invalid. =back -DH_check_ex(), DH_check_params() and DH_check_pub_key_ex() are similiar with -DH_check() and DH_check_params() respectively, but the error reasons are set -to the OpenSSL error handling framework instead of returning by the function -parameters. +DH_check_ex(), DH_check_params() and DH_check_pub_key_ex() are similar to +DH_check() and DH_check_params() respectively, but the error reasons are added +to the thread's error queue instead of provided as return values from the +function. =head1 RETURN VALUES