1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-22 03:09:19 +03:00

Mayaqua: Fix compilation without deprecated OpenSSL APIs

Initialization and deinitialization are deprecated.

Missing headers were added.

Explicit threading is also deprecated.
This commit is contained in:
Rosen Penev
2019-07-11 12:42:26 -07:00
parent fb5083be29
commit 1bd39485cf
2 changed files with 19 additions and 7 deletions

View File

@ -32,6 +32,7 @@
#include <openssl/rc4.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <openssl/rsa.h>
#include <Mayaqua/Mayaqua.h>
#include <Mayaqua/cryptoki.h>