aboutsummaryrefslogtreecommitdiff
path: root/deps/boringssl/src/ssl/test/fuzzer_tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/boringssl/src/ssl/test/fuzzer_tags.h')
-rw-r--r--deps/boringssl/src/ssl/test/fuzzer_tags.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/boringssl/src/ssl/test/fuzzer_tags.h b/deps/boringssl/src/ssl/test/fuzzer_tags.h
index eb9991d..b612222 100644
--- a/deps/boringssl/src/ssl/test/fuzzer_tags.h
+++ b/deps/boringssl/src/ssl/test/fuzzer_tags.h
@@ -23,7 +23,7 @@
// The TLS client and server fuzzers coordinate with bssl_shim on a common
// format to encode configuration parameters in a fuzzer file. To add a new
// configuration, define a tag, update |SetupTest| in fuzzer.h to parse it, and
-// update |WriteSettings| in bssl_shim to serialize it. Finally, record
+// update |SettingsWriter| in bssl_shim to serialize it. Finally, record
// transcripts from a test run, and use the BORINGSSL_FUZZER_DEBUG environment
// variable to confirm the transcripts are compatible.
@@ -45,4 +45,7 @@ static const uint16_t kHandoffTag = 3;
// kHandbackTag is followed by te output of |SSL_serialize_handback|.
static const uint16_t kHandbackTag = 4;
+// kHintsTag is followed by the output of |SSL_serialize_handshake_hints|.
+static const uint16_t kHintsTag = 5;
+
#endif // HEADER_SSL_TEST_FUZZER_TAGS