summaryrefslogtreecommitdiffstats
path: root/common/ssl_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ssl_calls.c')
-rw-r--r--common/ssl_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c
index 7bc33fcb..43002a40 100644
--- a/common/ssl_calls.c
+++ b/common/ssl_calls.c
@@ -841,6 +841,6 @@ ssl_tls_can_recv(struct ssl_tls *tls, int sck, int millis)
return 1;
}
g_reset_wait_obj(tls->rwo);
- return g_tcp_can_recv(sck, millis);
+ return g_sck_can_recv(sck, millis);
}