+2101. [bug] OpenSSL version checks were not quite right.
+ [RT #16476]
+
2100. [port] win32: copy libeay32.dll to Build\Debug.
--- 9.2.7rc3 released ---
/*
* Principal Author: Brian Wellington
- * $Id: opensslrsa_link.c,v 1.1.2.8 2006/10/11 04:00:01 marka Exp $
+ * $Id: opensslrsa_link.c,v 1.1.2.9 2006/11/07 21:28:45 marka Exp $
*/
#ifdef OPENSSL
*/
#ifdef WIN32
#if !((OPENSSL_VERSION_NUMBER >= 0x009070cfL && \
- OPENSSL_VERSION_NUMBER < 0x009080000L) || \
+ OPENSSL_VERSION_NUMBER < 0x00908000L) || \
OPENSSL_VERSION_NUMBER >= 0x0090804fL)
#error Please upgrade OpenSSL to 0.9.8d/0.9.7l or greater.
#endif