Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kreichgauer <martinkr@google.com>2016-09-07 00:30:38 +0300
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-09-07 00:41:36 +0300
commit2aae802d2a9baa7a26790bd47a3defe3476a1021 (patch)
tree344a017eee3db3f1a2e9ba45686a958d15a04dbb /include/openssl
parent0fb46d4a3599b368cb71ef58b1c4215bc3390f01 (diff)
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>
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 3d705ee7..46640d9c 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -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