mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-12 10:44:58 +03:00
Merge PR #594: Remove SSLv3 support
This commit is contained in:
@ -2148,7 +2148,7 @@ void TtcThread(THREAD *thread, void *param)
|
||||
IPToStr(target_host, sizeof(target_host), &ip_ret);
|
||||
}
|
||||
|
||||
s = ConnectEx4(target_host, ttc->Port, 0, ttc->Cancel, NULL, NULL, false, false, true, &ip_ret);
|
||||
s = ConnectEx4(target_host, ttc->Port, 0, ttc->Cancel, NULL, NULL, false, true, &ip_ret);
|
||||
|
||||
if (s == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user