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/tls13_server.cc b/ssl/tls13_server.cc index a46d0c8..65c2f11 100644 --- a/ssl/tls13_server.cc +++ b/ssl/tls13_server.cc
@@ -73,7 +73,7 @@ return 0; } - int found_key_share; + bool found_key_share; uint8_t *dhe_secret; size_t dhe_secret_len; uint8_t alert = SSL_AD_DECODE_ERROR;