mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Correct minor typo in ssl_locl.h comment
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4880)
This commit is contained in:
parent
921d84a0ad
commit
6aff543b9b
@ -733,7 +733,7 @@ struct ssl_ctx_st {
|
||||
/*
|
||||
* This can have one of 2 values, ored together, SSL_SESS_CACHE_CLIENT,
|
||||
* SSL_SESS_CACHE_SERVER, Default is SSL_SESSION_CACHE_SERVER, which
|
||||
* means only SSL_accept which cache SSL_SESSIONS.
|
||||
* means only SSL_accept will cache SSL_SESSIONS.
|
||||
*/
|
||||
uint32_t session_cache_mode;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user