commit | 74795b32c60104939f4c410a47e22b3027e98d06 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Aug 31 15:13:12 2017 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Fri Sep 01 15:07:52 2017 +0000 |
tree | 3da80a7e94768373736bd52d4859d5b01362427c | |
parent | 046bc1fbe820b93d7dcd7bb44b3d133ab9c2ddf7 [diff] [blame] |
More miscellaneous bools. Change-Id: I0960fed68ef39e4523ef9f2ba89ffa92f09c4dce Reviewed-on: https://boringssl-review.googlesource.com/19945 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
diff --git a/ssl/handshake_client.cc b/ssl/handshake_client.cc index 3469017..a779b8a 100644 --- a/ssl/handshake_client.cc +++ b/ssl/handshake_client.cc
@@ -401,7 +401,7 @@ return 0; } - int have_supported_versions; + bool have_supported_versions; CBS supported_versions; const SSL_EXTENSION_TYPE ext_types[] = { {TLSEXT_TYPE_supported_versions, &have_supported_versions,