projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29be3f6
)
Fix RT 3193
author
Rich Salz
<rsalz@akamai.com>
Tue, 1 Jul 2014 16:44:32 +0000
(12:44 -0400)
committer
Rich Salz
<rsalz@akamai.com>
Tue, 1 Jul 2014 16:44:32 +0000
(12:44 -0400)
doc/ssl/SSL_CTX_set_info_callback.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_set_info_callback.pod
b/doc/ssl/SSL_CTX_set_info_callback.pod
index 0b4affd5eb1a5119afb7d51db4b8bb0ea585e687..e1e96a9525652f66c75d0c7d33a56ca707d1163b 100644
(file)
--- a/
doc/ssl/SSL_CTX_set_info_callback.pod
+++ b/
doc/ssl/SSL_CTX_set_info_callback.pod
@@
-20,7
+20,7
@@
SSL_CTX_set_info_callback() sets the B<callback> function, that can be used to
obtain state information for SSL objects created from B<ctx> during connection
setup and use. The setting for B<ctx> is overridden from the setting for
a specific SSL object, if specified.
-When B<callback> is NULL, no
t
callback function is used.
+When B<callback> is NULL, no callback function is used.
SSL_set_info_callback() sets the B<callback> function, that can be used to
obtain state information for B<ssl> during connection setup and use.