From f63bd1f440905963647c68a896db0c85e8914d11 Mon Sep 17 00:00:00 2001 From: Robert Sloan Date: Tue, 16 Apr 2019 09:26:20 -0700 Subject: external/boringssl: Sync to c9827e073f64e353c4891ecc2c73721882543ee0. This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/387b07b78dac785a341eeb2ff86e29393ffe8627..c9827e073f64e353c4891ecc2c73721882543ee0 Test: atest CtsLibcoreTestCases (TODO) Change-Id: Ie7c2899ac4ea374113e0fe3b76f9a4dce36ea8de --- src/include/openssl/bytestring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/openssl/bytestring.h') diff --git a/src/include/openssl/bytestring.h b/src/include/openssl/bytestring.h index 75b84341..029c2be2 100644 --- a/src/include/openssl/bytestring.h +++ b/src/include/openssl/bytestring.h @@ -345,9 +345,9 @@ struct cbb_st { // length-prefix, or zero if no length-prefix is pending. uint8_t pending_len_len; char pending_is_asn1; - // is_top_level is true iff this is a top-level |CBB| (as opposed to a child + // is_child is true iff this is a child |CBB| (as opposed to a top-level // |CBB|). Top-level objects are valid arguments for |CBB_finish|. - char is_top_level; + char is_child; }; // CBB_zero sets an uninitialised |cbb| to the zero state. It must be -- cgit v1.2.3