[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Feb 18 19:12:28 UTC 2016


The branch master has been updated
       via  37b6fd83710bfe92f6b5296b7c52dd08e55fe025 (commit)
      from  9a13bb387d0e50a5dcb4f4324572687aea63b541 (commit)


- Log -----------------------------------------------------------------
commit 37b6fd83710bfe92f6b5296b7c52dd08e55fe025
Author: Neel Goyal <ngoyal at gmail.com>
Date:   Thu Feb 18 13:53:35 2016 -0500

    Fix typo in SSL_CTX_set_msg_callback docs
    
    Change `SSL_get_msg_callback_arg` to `SSL_set_msg_callback_arg`
    
    Signed-off-by: Rich Salz <rsalz at akamai.com>
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/ssl/SSL_CTX_set_msg_callback.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ssl/SSL_CTX_set_msg_callback.pod b/doc/ssl/SSL_CTX_set_msg_callback.pod
index bcc2a4d..8f092da 100644
--- a/doc/ssl/SSL_CTX_set_msg_callback.pod
+++ b/doc/ssl/SSL_CTX_set_msg_callback.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback, SSL_get_msg_callback_arg - install callback for observing protocol messages
+SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback, SSL_set_msg_callback_arg - install callback for observing protocol messages
 
 =head1 SYNOPSIS
 


More information about the openssl-commits mailing list