mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 03:34:39 +00:00
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)
This commit is contained in:
parent
102c9e1296
commit
dbd007d7d2
@ -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
|
method, or a generic method, that can be used for both client and
|
||||||
server connections. (The method might have been changed with
|
server connections. (The method might have been changed with
|
||||||
L<SSL_CTX_set_ssl_version(3)> or
|
L<SSL_CTX_set_ssl_version(3)> or
|
||||||
SSL_set_ssl_method().)
|
L<SSL_set_ssl_method(3)>.)
|
||||||
|
|
||||||
When beginning a new handshake, the SSL engine must know whether it must
|
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
|
call the connect (client) or accept (server) routines. Even though it may
|
||||||
|
Loading…
x
Reference in New Issue
Block a user