| Index: net/ssl/openssl_client_key_store.h
|
| diff --git a/net/ssl/openssl_client_key_store.h b/net/ssl/openssl_client_key_store.h
|
| index 1cf2ceda1891e7a65c9fa751ca2ace452886466f..0cbb23a73f667f4226bde3a4eeb71ac59f5259fb 100644
|
| --- a/net/ssl/openssl_client_key_store.h
|
| +++ b/net/ssl/openssl_client_key_store.h
|
| @@ -76,8 +76,8 @@ class NET_EXPORT OpenSSLClientKeyStore {
|
| void operator=(const KeyPair& other);
|
| ~KeyPair();
|
|
|
| - EVP_PKEY* public_key;
|
| - EVP_PKEY* private_key;
|
| + crypto::ScopedEVP_PKEY public_key;
|
| + crypto::ScopedEVP_PKEY private_key;
|
|
|
| private:
|
| KeyPair(); // intentionally not implemented.
|
|
|