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:
authorAdam Langley <agl@google.com>2016-08-01 22:29:38 +0300
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-08-01 22:49:06 +0300
commitd4aae0f9652375ce571c9ab2c1839f3395dc0f11 (patch)
tree51f5da5ffbfc6c98ef59992e56b533f955446146 /include
parent489016550997ba53185658d501d972517a1b79b5 (diff)
Minor typo fixes.
Change-Id: Idf9db184348140972e57b2a8fa30dc9cb8b2e0f2 Reviewed-on: https://boringssl-review.googlesource.com/9065 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')
-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 ec8eba21..6fd5b3b5 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -3379,7 +3379,7 @@ DECLARE_STACK_OF(SSL_COMP)
#define SSL_OP_TLS_ROLLBACK_BUG 0
#define SSL_VERIFY_CLIENT_ONCE 0
-/* SSL_cache_hit calls |SSL_session_resumed|. */
+/* SSL_cache_hit calls |SSL_session_reused|. */
OPENSSL_EXPORT int SSL_cache_hit(SSL *ssl);
/* SSL_get_default_timeout returns |SSL_DEFAULT_SESSION_TIMEOUT|. */