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

Merge PR #883: Fix compilation without OpenSSL ENGINE

This commit is contained in:
Davide Beatrici
2019-02-25 23:33:54 +01:00
committed by GitHub

View File

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