| Index: trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc
|
| ===================================================================
|
| --- trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc (revision 283844)
|
| +++ trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc (working copy)
|
| @@ -75,8 +75,8 @@
|
| // 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) {
|
|
|