mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Cedar: retrieve the list of available encryption algorithms from the server
This commit is contained in:
@ -16602,7 +16602,8 @@ TOKEN_LIST *GetCipherList()
|
||||
|
||||
ciphers->NumTokens++;
|
||||
|
||||
if (ciphers->Token != NULL) {
|
||||
if (ciphers->Token != NULL)
|
||||
{
|
||||
ciphers->Token = ReAlloc(ciphers->Token, sizeof(char *) * ciphers->NumTokens);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user