summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_session_cache_openssl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_session_cache_openssl_unittest.cc')
-rw-r--r--net/socket/ssl_session_cache_openssl_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/ssl_session_cache_openssl_unittest.cc b/net/socket/ssl_session_cache_openssl_unittest.cc
index 41e195f..54b1e3b 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,
- CRYPTO_EX_DATA* from,
- void* from_fd,
+ const CRYPTO_EX_DATA* from,
+ void** from_fd,
int idx,
long argl,
void* argp) {