From: Rich Salz Date: Tue, 1 Jul 2014 16:44:32 +0000 (-0400) Subject: Fix RT 3193 X-Git-Tag: master-post-reformat~638 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d7003c4d7dd10ea04d0410284005f22bba9830e3 Fix RT 3193 --- 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.