[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Fri Jul 28 15:36:05 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 400617e80969c32937cb013af4365a99db4fd12f (commit)
from 0401110073cd392602855f9b72af2ebec7909625 (commit)
- Log -----------------------------------------------------------------
commit 400617e80969c32937cb013af4365a99db4fd12f
Author: Paul Yang <yang.yang at baishancloud.com>
Date: Fri Jul 28 13:31:27 2017 +0800
Fix a reference nit in doc
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Andy Polyakov <appro at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4036)
(cherry picked from commit dbd007d7d2cae4891936aed55949b55b776b97ec)
-----------------------------------------------------------------------
Summary of changes:
doc/ssl/SSL_set_connect_state.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ssl/SSL_set_connect_state.pod b/doc/ssl/SSL_set_connect_state.pod
index 60c18a4..9031aa7 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)> 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
More information about the openssl-commits
mailing list