Typo in SSL_CTX_sess_number.pod - started

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3070)
This commit is contained in:
Jon Spillett 2017-03-29 11:45:29 +10:00 committed by Richard Levitte
parent edb79c3a34
commit 7bd278957d
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ client mode.
SSL_CTX_sess_connect_good() returns the number of successfully established
SSL/TLS sessions in client mode.
SSL_CTX_sess_connect_renegotiate() returns the number of start renegotiations
SSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations
in client mode.
SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
@ -41,7 +41,7 @@ server mode.
SSL_CTX_sess_accept_good() returns the number of successfully established
SSL/TLS sessions in server mode.
SSL_CTX_sess_accept_renegotiate() returns the number of start renegotiations
SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
in server mode.
SSL_CTX_sess_hits() returns the number of successfully reused sessions.