aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorNeel Goyal <ngoyal@gmail.com>2016-02-18 13:53:35 -0500
committerRich Salz <rsalz@akamai.com>2016-02-18 14:12:19 -0500
commit37b6fd83710bfe92f6b5296b7c52dd08e55fe025 (patch)
tree374d7022a523b8dbc9ea6bad6f28bb28b337de64 /doc/ssl
parent9a13bb387d0e50a5dcb4f4324572687aea63b541 (diff)
downloadopenssl-37b6fd83710bfe92f6b5296b7c52dd08e55fe025.tar.gz
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@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_msg_callback.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_msg_callback.pod b/doc/ssl/SSL_CTX_set_msg_callback.pod
index bcc2a4d21f..8f092da80b 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