1
0
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:
Rosen Penev
2019-07-22 09:40:43 -07:00
parent 24f426162c
commit a9f707c813
2 changed files with 10 additions and 9 deletions

View File

@ -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();