commit | c9abfe422b3e387555f922dfcc280299b6e92975 | [log] [tgz] |
---|---|---|
author | Robert Sloan <varomodt@google.com> | Mon Nov 26 12:19:07 2018 -0800 |
committer | Rob Sloan <varomodt@google.com> | Mon Nov 26 23:57:37 2018 +0000 |
tree | d14d7f9ab8183be8607f208257356c192b4773a0 | |
parent | a51059f202525842fc0d628a408ad5a5e33a54e7 [diff] [blame] |
external/boringssl: Sync to 9113e0996fd445ce187ae9dfeabfc95805b947a2. This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/fa3aadcd40ec4fd27a6e9492ef099b3dcc6eb2af..9113e0996fd445ce187ae9dfeabfc95805b947a2 Test: atest CtsLibcoreTestCases Change-Id: I31ed8a7c9481e7b42f0454f0ee64c26e17a85d52
diff --git a/src/ssl/handshake.cc b/src/ssl/handshake.cc index b1da056..058a793 100644 --- a/src/ssl/handshake.cc +++ b/src/ssl/handshake.cc
@@ -147,7 +147,8 @@ pending_private_key_op(false), grease_seeded(false), handback(false), - cert_compression_negotiated(false) { + cert_compression_negotiated(false), + apply_jdk11_workaround(false) { assert(ssl); }