1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +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
commit e750ace40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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