summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_server_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_server_socket.h')
-rw-r--r--net/socket/ssl_server_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_server_socket.h b/net/socket/ssl_server_socket.h
index d01ad72..bdf5b80 100644
--- a/net/socket/ssl_server_socket.h
+++ b/net/socket/ssl_server_socket.h
@@ -32,7 +32,7 @@ class SSLServerSocket : public StreamSocket {
// if the process completes asynchronously. If Disconnect is called before
// completion then the callback will be silently, as for other StreamSocket
// calls.
- virtual int Handshake(CompletionCallback* callback) = 0;
+ virtual int Handshake(OldCompletionCallback* callback) = 0;
// Exports data derived from the SSL master-secret (see RFC 5705).
// The call will fail with an error if the socket is not connected, or the