| Index: net/ssl/scoped_openssl_types.h
|
| diff --git a/net/ssl/scoped_openssl_types.h b/net/ssl/scoped_openssl_types.h
|
| index 8bbdbd59505b210c5f2d868dd046035dd10420e5..a8c3c345975336f7781ef1222c6e6034d0319fea 100644
|
| --- a/net/ssl/scoped_openssl_types.h
|
| +++ b/net/ssl/scoped_openssl_types.h
|
| @@ -16,6 +16,7 @@ using ScopedPKCS8_PRIV_KEY_INFO =
|
| crypto::ScopedOpenSSL<PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO_free>;
|
| using ScopedSSL = crypto::ScopedOpenSSL<SSL, SSL_free>;
|
| using ScopedSSL_CTX = crypto::ScopedOpenSSL<SSL_CTX, SSL_CTX_free>;
|
| +using ScopedSSL_SESSION = crypto::ScopedOpenSSL<SSL_SESSION, SSL_SESSION_free>;
|
| using ScopedX509 = crypto::ScopedOpenSSL<X509, X509_free>;
|
|
|
| } // namespace net
|
|
|