| Index: net/cert/x509_util_openssl.cc
|
| diff --git a/net/cert/x509_util_openssl.cc b/net/cert/x509_util_openssl.cc
|
| index 38d1ecbd1101ec27a17808693922c74a6f8d73e3..4c6ee78547ed1fd0b19566cbdae1eff7fc1217db 100644
|
| --- a/net/cert/x509_util_openssl.cc
|
| +++ b/net/cert/x509_util_openssl.cc
|
| @@ -326,7 +326,7 @@ bool GetTLSServerEndPointChannelBinding(const X509Certificate& certificate,
|
| return false;
|
|
|
| std::unique_ptr<SignatureAlgorithm> signature_algorithm =
|
| - SignatureAlgorithm::CreateFromDer(signature_algorithm_tlv);
|
| + SignatureAlgorithm::Create(signature_algorithm_tlv, nullptr);
|
| if (!signature_algorithm)
|
| return false;
|
|
|
|
|