Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-15 14:19:28 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-15 14:19:28 +0300
commit9c8fd367c4a9af4ec9f8b4075d8126ceddce1cd9 (patch)
treeb1b8751e22802bf3d9594b5ac2a07cfd7e804c2c /doc
parent78a0aebbd8186ec1b9aac724697647e4a2dcae19 (diff)
(almost) recent changes from 0.9.6-stable.
Diffstat (limited to 'doc')
-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 2dcee0385a..8c4970491c 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -347,7 +347,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))