summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-07-28 13:31:27 +0800
committerRich Salz <rsalz@openssl.org>2017-07-28 11:36:42 -0400
commit0d72ba5c9c9b2803f2165480592fda8819abf998 (patch)
treeaa869ef6bdadc724d5197111b51df7727de26c97 /doc/ssl
parent63de36ae12169a0e450c71f75a3c2816b13b8113 (diff)
Fix a reference nit in doc
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4036) (cherry picked from commit dbd007d7d2cae4891936aed55949b55b776b97ec)
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_set_connect_state.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_set_connect_state.pod b/doc/ssl/SSL_set_connect_state.pod
index d88a057def..14facc6a57 100644
--- a/doc/ssl/SSL_set_connect_state.pod
+++ b/doc/ssl/SSL_set_connect_state.pod
@@ -25,7 +25,7 @@ it was either assigned a dedicated client method, a dedicated server
method, or a generic method, that can be used for both client and
server connections. (The method might have been changed with
L<SSL_CTX_set_ssl_version(3)|SSL_CTX_set_ssl_version(3)> or
-SSL_set_ssl_method().)
+SSL_set_ssl_method(3).)
When beginning a new handshake, the SSL engine must know whether it must
call the connect (client) or accept (server) routines. Even though it may