mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 19:20:41 +03:00
Merge PR #883: Fix compilation without OpenSSL ENGINE
This commit is contained in:
commit
e750ace40a
@ -3704,7 +3704,9 @@ void FreeCryptLibrary()
|
||||
#ifdef OPENSSL_FIPS
|
||||
FIPS_mode_set(0);
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
ENGINE_cleanup();
|
||||
#endif
|
||||
CONF_modules_unload(1);
|
||||
EVP_cleanup();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user