mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-08 19:21:31 +03:00
Mayaqua: query OpenSSL for the list of available ciphers instead of relying on a static list
This commit is contained in:
@ -17029,6 +17029,7 @@ void SmSslDlgInit(HWND hWnd, SM_SSL *s)
|
||||
StrToUni(tmp, sizeof(tmp), name);
|
||||
CbAddStr(hWnd, C_CIPHER, tmp, 0);
|
||||
}
|
||||
FreeToken(cipher_list);
|
||||
|
||||
if (s->p != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user