Re: Linking with mingw on Windows

2009-03-10 Thread Kenneth Goldman
Several comments: 1 - The Windows binary distribution of OpenSSL doesn't come with libcrypto.a 2 - nm shows that RSA_new() is in libeay32.a 3 - libeay32.def shows RSA_new() I believe that I have the libraries. I feel like I'm just missing some makefile option, some Windows oddity, or some gcc

Re: Linking with mingw on Windows

2009-03-10 Thread Nikos Balkanas
Hi, RSA_new is defined in libcrypto. It is obviously not defined in libeay32. You can check it with "nm libeay32.a | grep RSA_new". Then you should probably get a good copy of libcrypto. BR, Nikos - Original Message - From: Kenneth Goldman To: openssl-users@openssl.org Sent: