diff options
Diffstat (limited to 'net/cert/ct_objects_extractor_openssl.cc')
-rw-r--r-- | net/cert/ct_objects_extractor_openssl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cert/ct_objects_extractor_openssl.cc b/net/cert/ct_objects_extractor_openssl.cc index 7ec241f..80fed58 100644 --- a/net/cert/ct_objects_extractor_openssl.cc +++ b/net/cert/ct_objects_extractor_openssl.cc @@ -29,8 +29,8 @@ void FreeX509_EXTENSIONS(X509_EXTENSIONS* ptr) { sk_X509_EXTENSION_pop_free(ptr, X509_EXTENSION_free); } -typedef crypto::ScopedOpenSSL<X509_EXTENSIONS, FreeX509_EXTENSIONS>::Type - ScopedX509_EXTENSIONS; +using ScopedX509_EXTENSIONS = + crypto::ScopedOpenSSL<X509_EXTENSIONS, FreeX509_EXTENSIONS>; // The wire form of the OID 1.3.6.1.4.1.11129.2.4.2. See Section 3.3 of // RFC6962. |