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


- Log -----------------------------------------------------------------
commit 37b6fd83710bfe92f6b5296b7c52dd08e55fe025
Author: Neel Goyal <[email protected]>
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 <[email protected]>
    Reviewed-by: Tim Hudson <[email protected]>

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

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
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to