From: Paul Yang Date: Fri, 28 Jul 2017 05:31:27 +0000 (+0800) Subject: Fix a reference nit in doc X-Git-Tag: OpenSSL_1_1_1-pre1~954 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=dbd007d7d2cae4891936aed55949b55b776b97ec Fix a reference nit in doc Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4036) --- diff --git a/doc/man3/SSL_set_connect_state.pod b/doc/man3/SSL_set_connect_state.pod index d747927a70..37bfa8fb54 100644 --- a/doc/man3/SSL_set_connect_state.pod +++ b/doc/man3/SSL_set_connect_state.pod @@ -30,7 +30,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 or -SSL_set_ssl_method().) +L.) 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