aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/DH_set_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/DH_set_method.pod')
-rw-r--r--doc/crypto/DH_set_method.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/DH_set_method.pod b/doc/crypto/DH_set_method.pod
index b50bf42a56..50254a9bd3 100644
--- a/doc/crypto/DH_set_method.pod
+++ b/doc/crypto/DH_set_method.pod
@@ -84,12 +84,12 @@ DH_set_method() returns a pointer to the B<DH_METHOD> previously
associated with B<dh>.
DH_new_method() returns B<NULL> and sets an error code that can be
-obtained by ERR_get_error(3) if the allocation fails. Otherwise it
+obtained by L<ERR_get_error(3)|ERR_get_error(3)> if the allocation fails. Otherwise it
returns a pointer to the newly allocated structure.
=head1 SEE ALSO
-dh(3), DH_new(3)
+L<dh(3)|dh(3)>, L<DH_new(3)|DH_new(3)>
=head1 HISTORY