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
path: root/tool
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-07-11 00:33:46 +0300
committerAdam Langley <agl@google.com>2015-07-22 00:44:11 +0300
commit49c7af1c42b7206ab087e47704d36d435a7f319c (patch)
treeb54e78ed5c105a8b2f61cf3715155e4fde6cc814 /tool
parentf18e453db887933329be6042ad03630400f333f2 (diff)
Convert the Channel ID extension to the new system.
This also removes support for the “old” Channel ID extension. Change-Id: I1168efb9365c274db6b9d7e32013336e4404ff54 Reviewed-on: https://boringssl-review.googlesource.com/5462 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'tool')
-rw-r--r--tool/client.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/client.cc b/tool/client.cc
index 9f25eeaf..dd9d1767 100644
--- a/tool/client.cc
+++ b/tool/client.cc
@@ -215,7 +215,6 @@ bool Client(const std::vector<std::string> &args) {
if (!pkey || !SSL_CTX_set1_tls_channel_id(ctx.get(), pkey.get())) {
return false;
}
- ctx->tlsext_channel_id_enabled_new = 1;
}
if (args_map.count("-false-start") != 0) {