| Index: net/socket/ssl_session_cache_openssl_unittest.cc
|
| diff --git a/net/socket/ssl_session_cache_openssl_unittest.cc b/net/socket/ssl_session_cache_openssl_unittest.cc
|
| index 54b1e3be5d6431e85a08170c7da816433934d66b..41e195fab8f4788ec9b97b93067d9320ec1efb4d 100644
|
| --- a/net/socket/ssl_session_cache_openssl_unittest.cc
|
| +++ b/net/socket/ssl_session_cache_openssl_unittest.cc
|
| @@ -75,8 +75,8 @@ class SSLKeyHelper {
|
| // Called when an SSL object is copied through SSL_dup(). This needs to copy
|
| // the value as well.
|
| static int KeyDup(CRYPTO_EX_DATA* to,
|
| - const CRYPTO_EX_DATA* from,
|
| - void** from_fd,
|
| + CRYPTO_EX_DATA* from,
|
| + void* from_fd,
|
| int idx,
|
| long argl,
|
| void* argp) {
|
|
|