mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-08 19:07:41 +02:00
- Fix link error when OpenSSL is configured with no-engine, thanks noloader.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user