summaryrefslogtreecommitdiff
path: root/lib/libcrypto/doc/DH_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/doc/DH_new.pod')
-rw-r--r--lib/libcrypto/doc/DH_new.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/doc/DH_new.pod b/lib/libcrypto/doc/DH_new.pod
index 60c930093e0..d6c3ca82b5f 100644
--- a/lib/libcrypto/doc/DH_new.pod
+++ b/lib/libcrypto/doc/DH_new.pod
@@ -21,9 +21,9 @@ erased before the memory is returned to the system.
=head1 RETURN VALUES
-If the allocation fails, DH_new() returns B<NULL> and sets an error
-code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns
-a pointer to the newly allocated structure.
+If the allocation fails, DH_new() returns B<NULL> and sets an error code that
+can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a
+pointer to the newly allocated structure.
DH_free() returns no value.