summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-07-01 12:44:32 -0400
committerRich Salz <rsalz@akamai.com>2014-07-01 12:44:32 -0400
commitd7003c4d7dd10ea04d0410284005f22bba9830e3 (patch)
tree0862b47d1fd095da95517b502dd9d513764a4939 /doc/ssl
parent29be3f6411774e10169e60e1507df3d7c2e589df (diff)
Fix RT 3193
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_info_callback.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_info_callback.pod b/doc/ssl/SSL_CTX_set_info_callback.pod
index 0b4affd5eb..e1e96a9525 100644
--- 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, not 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.