| Index: net/cert/sha256_legacy_support_openssl_win.cc
|
| diff --git a/net/cert/sha256_legacy_support_openssl_win.cc b/net/cert/sha256_legacy_support_openssl_win.cc
|
| index 991f05196128bef71e888e04a39cc1e0cb674ea5..2c5fc7087a8e893f8f23f48c0dc1e2692563a8ed 100644
|
| --- a/net/cert/sha256_legacy_support_openssl_win.cc
|
| +++ b/net/cert/sha256_legacy_support_openssl_win.cc
|
| @@ -18,8 +18,7 @@ namespace sha256_interception {
|
|
|
| namespace {
|
|
|
| -typedef crypto::ScopedOpenSSL<X509_ALGOR, X509_ALGOR_free>::Type
|
| - ScopedX509_ALGOR;
|
| +using ScopedX509_ALGOR = crypto::ScopedOpenSSL<X509_ALGOR, X509_ALGOR_free>;
|
|
|
| // Parses |subject_signature| and writes the components into |*out_tbs_data|,
|
| // |*out_algor|, and |*out_signature|. The BIT STRING in the signature must be
|
| @@ -151,4 +150,4 @@ BOOL CryptVerifyCertificateSignatureExHook(
|
|
|
| } // namespace sha256_interception
|
|
|
| -} // namespace net
|
| +} // namespace net
|
|
|