commit | b91850eabc9aed085c102d2b21d992d14f544e34 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Wed Apr 13 08:34:05 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 13 08:35:29 2022 -0700 |
tree | 9226dad095bff1384c400ae7cfb612e1cdead05b | |
parent | 862751ffb4a50a3d0b53095545e046231b2d8c00 [diff] [blame] |
clang-format QUICHE Run clang-format on *.h and *.cc file in QUICHE. Tested: TAP train for global presubmit queue http://test/OCL:441019656:BASE:441135378:1649787842031:db5d4679 PiperOrigin-RevId: 441489239
diff --git a/quiche/quic/core/crypto/quic_encrypter.h b/quiche/quic/core/crypto/quic_encrypter.h index 6caf51b..7b8c4fa 100644 --- a/quiche/quic/core/crypto/quic_encrypter.h +++ b/quiche/quic/core/crypto/quic_encrypter.h
@@ -37,8 +37,7 @@ // |plaintext| must be <= |output|. virtual bool EncryptPacket(uint64_t packet_number, absl::string_view associated_data, - absl::string_view plaintext, - char* output, + absl::string_view plaintext, char* output, size_t* output_length, size_t max_output_length) = 0;