- Fix link error when OpenSSL is configured with no-engine, thanks noloader.

This commit is contained in:
Ralph Dolmans
2020-03-02 14:06:10 +01:00
parent 75a2a05c7c
commit 90040b24ce
5 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -917,7 +917,7 @@ main(int argc, char* argv[])
# ifdef HAVE_EVP_CLEANUP
EVP_cleanup();
# endif
# ifdef HAVE_ENGINE_CLEANUP
# if (OPENSSL_VERSION_NUMBER < 0x10100000) && !defined(OPENSSL_NO_ENGINE) && defined(HAVE_ENGINE_CLEANUP)
ENGINE_cleanup();
# endif
CONF_modules_free();