summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPW Hu <jlu.hpw@foxmail.com>2021-10-22 18:10:17 +0800
committerPauli <pauli@openssl.org>2021-10-28 13:18:27 +1000
commit7da7e9fc3995ce43d99aa9234a01aea3c7b658ad (patch)
tree645fe5bda87c45f0889863b9939a62b30b3dd4b6 /doc
parent85c3f0d6578626e9cb965879b06d06f0fa19456a (diff)
Fix return value error in doc, and an error test
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16889) [edited to remove end of line whitespace and wrap lines to eighty columns] (cherry picked from commit 8b7d7789dc4ea0de11331cb4045bcb03ab0864fc)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/RSA_print.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man3/RSA_print.pod b/doc/man3/RSA_print.pod
index f85c5f3f47..fa5eb1def0 100644
--- a/doc/man3/RSA_print.pod
+++ b/doc/man3/RSA_print.pod
@@ -50,7 +50,10 @@ The output lines are indented by B<offset> spaces.
=head1 RETURN VALUES
-These functions return 1 on success, 0 on error.
+DSAparams_print(), DSAparams_print_fp(), DSA_print(), and DSA_print_fp()
+return 1 for success and 0 or a negative value for failure.
+
+DHparams_print() and DHparams_print_fp() return 1 on success, 0 on error.
=head1 SEE ALSO