summaryrefslogtreecommitdiff
path: root/src/include/openssl/bytestring.h
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2019-04-17 13:17:34 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-17 13:17:34 -0700
commit2669718082106ff65c13a73fc6f058e0713167b3 (patch)
tree5bfdfa9db8642d577ef86e52257844b934be87c4 /src/include/openssl/bytestring.h
parent62c374e4170390cb3ca19cef283a8dc33c95211a (diff)
parentf63bd1f440905963647c68a896db0c85e8914d11 (diff)
downloadboringssl-2669718082106ff65c13a73fc6f058e0713167b3.tar.gz
external/boringssl: Sync to c9827e073f64e353c4891ecc2c73721882543ee0.
am: f63bd1f440 Change-Id: I3b6a5db1dab391cd490dd40dfba716bd48359b39
Diffstat (limited to 'src/include/openssl/bytestring.h')
-rw-r--r--src/include/openssl/bytestring.h4
1 files changed, 2 insertions, 2 deletions
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