Skip to content

Commit

Permalink
Fix formatting error, a=bustage
Browse files Browse the repository at this point in the history
--HG--
branch : NSS_TLS13_DRAFT19_BRANCH
  • Loading branch information
martinthomson committed Jul 31, 2017
1 parent 06f7513 commit b538266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/ssl_gtest/ssl_fuzz_unittest.cc
Expand Up @@ -279,7 +279,7 @@ FUZZ_P(TlsConnectGeneric, UnencryptedSessionTickets) {
std::cerr << "ticket" << i1->buffer() << std::endl;
size_t offset = 4; /* lifetime */
if (version_ == SSL_LIBRARY_VERSION_TLS_1_3) {
offset += 4; /* ticket_age_add */
offset += 4; /* ticket_age_add */
uint32_t nonce_len = 0;
EXPECT_TRUE(i1->buffer().Read(offset, 1, &nonce_len));
offset += 1 + nonce_len;
Expand Down

0 comments on commit b538266

Please sign in to comment.