diff options
Diffstat (limited to 'net/quic/quic_crypto_client_stream.cc')
-rw-r--r-- | net/quic/quic_crypto_client_stream.cc | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc index f1f0909..0895700 100644 --- a/net/quic/quic_crypto_client_stream.cc +++ b/net/quic/quic_crypto_client_stream.cc @@ -409,14 +409,9 @@ QuicAsyncStatus QuicCryptoClientStream::DoVerifyProof( verify_ok_ = false; QuicAsyncStatus status = verifier->VerifyProof( - server_id_.host(), - cached->server_config(), - cached->certs(), - cached->signature(), - verify_context_.get(), - &verify_error_details_, - &verify_details_, - proof_verify_callback); + server_id_.host(), cached->server_config(), cached->certs(), + cached->signature(), verify_context_.get(), &verify_error_details_, + &verify_details_, proof_verify_callback); switch (status) { case QUIC_PENDING: |