| commit | 35d60191cfa4b40046fe871728d572d3bb8085a2 | [log] [tgz] |
|---|---|---|
| author | nharper <nharper@google.com> | Thu Mar 26 12:15:47 2020 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 26 12:16:19 2020 -0700 |
| tree | 6b9e4d67427344194bc3f16cd8a7299f8d31833b | |
| parent | 2542cb728f1119cfbabd91105cc5a3cc44e784a3 [diff] [blame] |
Internal QUICHE change PiperOrigin-RevId: 303167545 Change-Id: I20aa9d5fe3afc7f18725ea1b2a1fef1b911c1b9a
diff --git a/quic/core/quic_crypto_client_handshaker_test.cc b/quic/core/quic_crypto_client_handshaker_test.cc index 30dcbfc..9274b7e 100644 --- a/quic/core/quic_crypto_client_handshaker_test.cc +++ b/quic/core/quic_crypto_client_handshaker_test.cc
@@ -99,7 +99,7 @@ uint16_t /*signature_algorit*/, quiche::QuicheStringPiece /*in*/, std::unique_ptr<SignatureCallback> callback) override { - callback->Run(true, "Dummy signature"); + callback->Run(true, "Dummy signature", /*details=*/nullptr); } };