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