summaryrefslogtreecommitdiff
path: root/doc/ssl
diff options
context:
space:
mode:
authorjaenicke <jaenicke>2002-11-14 21:41:54 +0000
committerjaenicke <jaenicke>2002-11-14 21:41:54 +0000
commit478b7eaf79e17632d25580808c028a925bc04da7 (patch)
tree469a9dc02a14f56c28f8439390afda7aac0eff67 /doc/ssl
parentce31ea0770859f046348809404c17d439f9983b3 (diff)
downloadopenssl-478b7eaf79e17632d25580808c028a925bc04da7.tar.gz
No such reference to link to (found running pod2latex).
Submitted by: Reviewed by: PR:
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/ssl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index 1471e0312..3dc5358ef 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -351,7 +351,7 @@ appropriate size (using ???) and return it.
long B<SSL_set_tmp_rsa_callback>(SSL *ssl, RSA *(*cb)(SSL *ssl, int export, int keylength));
-The same as L<"SSL_CTX_set_tmp_rsa_callback">, except it operates on an SSL
+The same as B<SSL_CTX_set_tmp_rsa_callback>, except it operates on an SSL
session instead of a context.
=item void B<SSL_CTX_set_verify>(SSL_CTX *ctx, int mode, int (*cb);(void))