mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
Merge PR #594: Remove SSLv3 support
This commit is contained in:
@ -3649,9 +3649,6 @@ CONNECTION *NewClientConnectionEx(SESSION *s, char *client_str, UINT client_ver,
|
||||
StrCpy(c->ServerName, sizeof(c->ServerName), s->ClientOption->Hostname);
|
||||
c->ServerPort = s->ClientOption->Port;
|
||||
|
||||
// TLS 1.0 using flag
|
||||
c->DontUseTls1 = s->ClientOption->NoTls1;
|
||||
|
||||
// Create queues
|
||||
c->ReceivedBlocks = NewQueue();
|
||||
c->SendBlocks = NewQueue();
|
||||
|
Reference in New Issue
Block a user