diff options
Diffstat (limited to 'net/socket/ssl_session_cache_openssl_unittest.cc')
-rw-r--r-- | net/socket/ssl_session_cache_openssl_unittest.cc | 4 |
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 54b1e3b..41e195f 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) { |