Fix a reference nit in doc
authorPaul Yang <yang.yang@baishancloud.com>
Fri, 28 Jul 2017 05:31:27 +0000 (13:31 +0800)
committerRich Salz <rsalz@openssl.org>
Fri, 28 Jul 2017 15:35:55 +0000 (11:35 -0400)
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)

doc/ssl/SSL_set_connect_state.pod

index 60c18a4510b98c778ed214c54fe5c7c539816ebe..9031aa7245de1a2ab9e4cad22ca5e50dfe5713f5 100644 (file)
@@ -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)> 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