mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-22 19:29:21 +03:00
Switch to OpenSSL THREADID API
The old threading API was deprecated in OpenSSL 1.0.
This commit is contained in:
@ -416,7 +416,6 @@ bool IsAesNiSupported();
|
||||
void OpenSSL_InitLock();
|
||||
void OpenSSL_FreeLock();
|
||||
void OpenSSL_Lock(int mode, int n, const char *file, int line);
|
||||
unsigned long OpenSSL_Id(void);
|
||||
void FreeOpenSSLThreadState();
|
||||
char *OpenSSL_Error();
|
||||
|
||||
|
Reference in New Issue
Block a user