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.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/DH_new.pod b/src/lib/libcrypto/doc/DH_new.pod
index d6c3ca82b5..0fdb7b9680 100644
--- a/src/lib/libcrypto/doc/DH_new.pod
+++ b/src/lib/libcrypto/doc/DH_new.pod
@@ -25,8 +25,6 @@ If the allocation fails, DH_new() returns B<NULL> and sets an error code that
25can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a 25can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a
26pointer to the newly allocated structure. 26pointer to the newly allocated structure.
27 27
28DH_free() returns no value.
29
30=head1 SEE ALSO 28=head1 SEE ALSO
31 29
32L<dh(3)|dh(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, 30L<dh(3)|dh(3)>, L<ERR_get_error(3)|ERR_get_error(3)>,