| Index: net/cert/x509_util_openssl.cc
|
| diff --git a/net/cert/x509_util_openssl.cc b/net/cert/x509_util_openssl.cc
|
| index 2327deddcf29cde90ab173a4e2a4da0a3d74d5d0..38d1ecbd1101ec27a17808693922c74a6f8d73e3 100644
|
| --- a/net/cert/x509_util_openssl.cc
|
| +++ b/net/cert/x509_util_openssl.cc
|
| @@ -322,7 +322,7 @@ bool GetTLSServerEndPointChannelBinding(const X509Certificate& certificate,
|
| der::BitString signature_value;
|
| if (!ParseCertificate(der::Input(&der_encoded_certificate),
|
| &tbs_certificate_tlv, &signature_algorithm_tlv,
|
| - &signature_value))
|
| + &signature_value, nullptr))
|
| return false;
|
|
|
| std::unique_ptr<SignatureAlgorithm> signature_algorithm =
|
|
|