From d7003c4d7dd10ea04d0410284005f22bba9830e3 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 1 Jul 2014 12:44:32 -0400 Subject: [PATCH] Fix RT 3193 --- doc/ssl/SSL_CTX_set_info_callback.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 function, that can be used to obtain state information for SSL objects created from B during connection setup and use. The setting for B is overridden from the setting for a specific SSL object, if specified. -When B is NULL, not callback function is used. +When B is NULL, no callback function is used. SSL_set_info_callback() sets the B function, that can be used to obtain state information for B during connection setup and use. -- GitLab