OpenSSL 0.9.7f. [RT #17922]
+2357. [port] Don't use OpenSSL's engine support in versions before
+ OpenSSL 0.9.7f. [RT #17922]
+
2356. [bug] Builtin mutex profiler was not scalable enough.
[RT #17436]
/*
* Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.19 2008/04/02 23:46:57 tbox Exp $
+ * $Id: openssl_link.c,v 1.20 2008/04/04 22:10:49 marka Exp $
*/
#ifdef OPENSSL
#include <openssl/conf.h>
#include <openssl/crypto.h>
-#if defined(CRYPTO_LOCK_ENGINE) && (OPENSSL_VERSION_NUMBER != 0x00907000L)
+#if defined(CRYPTO_LOCK_ENGINE) && (OPENSSL_VERSION_NUMBER >= 0x0090707f)
#define USE_ENGINE 1
#endif