Chandi Bernier wrote:
My point was... why on Linux did I need only libssl and to compile the same client on Windows/MinGW requires libssl and libeay32.
Something's wrong. You either want libssl + libcrypto, or libssl32 + libeay32. On Linux the reason it -probably- worked is that 1. linux doesn't care that symbols aren't resolved, and 2. libssl.so might have had an internal linkage to libcrypto.so, causing it to be loaded on the fly. 3. libtool may have picked up the libcrypto.so dependency from the pkgconfig file for the library. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]