OpenSSL will not compile without engine support
Tor currently disables its engine support for Android only. This breaks compilation on other platforms that lack engine support.
This patch changes the check to check for OPENSSL_NO_ENGINE, which should work everywhere.
Trac:
Username: Mangix