Fix a typo in ssl.h.
Change-Id: I431c6e5b8f7de4663ba3db52f6fe0062caaf88ba Reviewed-on: https://boringssl-review.googlesource.com/10820 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
0fb46d4a35
commit
2aae802d2a
@ -1653,7 +1653,7 @@ OPENSSL_EXPORT int SSL_SESSION_set1_id_context(SSL_SESSION *session,
|
||||
/* SSL_SESS_CACHE_SERVER enables session caching for a server. */
|
||||
#define SSL_SESS_CACHE_SERVER 0x0002
|
||||
|
||||
/* SSL_SESS_CACHE_SERVER enables session caching for both client and server. */
|
||||
/* SSL_SESS_CACHE_BOTH enables session caching for both client and server. */
|
||||
#define SSL_SESS_CACHE_BOTH (SSL_SESS_CACHE_CLIENT | SSL_SESS_CACHE_SERVER)
|
||||
|
||||
/* SSL_SESS_CACHE_NO_AUTO_CLEAR disables automatically calling
|
||||
|
Loading…
Reference in New Issue
Block a user