[openssl-commits] [openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Thu Mar 8 15:23:47 UTC 2018
The branch master has been updated
via 83918ad6fddf33acc43aadcc40f08be22ff39482 (commit)
from 5ff554cfd2c2b20f9f8c4b0f4c2a61c4e35379f1 (commit)
- Log -----------------------------------------------------------------
commit 83918ad6fddf33acc43aadcc40f08be22ff39482
Author: Alex Gaynor <alex.gaynor at gmail.com>
Date: Thu Mar 8 07:59:50 2018 -0500
Fixed several readability issues in DH_generate_parameters.pod
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/5553)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/DH_generate_parameters.pod | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/man3/DH_generate_parameters.pod b/doc/man3/DH_generate_parameters.pod
index 56ad4b1..bcbc12c 100644
--- a/doc/man3/DH_generate_parameters.pod
+++ b/doc/man3/DH_generate_parameters.pod
@@ -111,10 +111,10 @@ The parameter B<j> 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
More information about the openssl-commits
mailing list