summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_get_ex_new_index.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-01-27 01:25:31 +0000
committerRichard Levitte <levitte@openssl.org>2000-01-27 01:25:31 +0000
commitbb075f883356589425b7e57f788c7498a83b0219 (patch)
tree83b7157529860efb0743abd6c8313b95b6452c37 /doc/crypto/RSA_get_ex_new_index.pod
parent52732b38da995490fa33f8062a25d37cd7e7abcc (diff)
Update all links so they will be rendered better.
Diffstat (limited to 'doc/crypto/RSA_get_ex_new_index.pod')
-rw-r--r--doc/crypto/RSA_get_ex_new_index.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_get_ex_new_index.pod b/doc/crypto/RSA_get_ex_new_index.pod
index c56adb8b7f..30900d9258 100644
--- a/doc/crypto/RSA_get_ex_new_index.pod
+++ b/doc/crypto/RSA_get_ex_new_index.pod
@@ -100,7 +100,7 @@ parameter.
B<new_func()> and B<dup_func()> should return 0 for failure and 1 for success.
-On failure an error code can be obtained from B<ERR_get_error(3)>.
+On failure an error code can be obtained from L<ERR_get_error(3)|ERR_get_error(3)>.
=head1 BUGS