> From: [email protected] On Behalf Of Kamlesh Mishra > Sent: Wednesday, 13 June, 2012 09:27
> The error that I get is below > OPENSSL_Uplink(100EC020,08): no OPENSSL_Applink > > I am using the "privkey.pem" with the passphrase. This is an issue with (most?) Windows file I/O by OpenSSL, not _PrivateKey in particular. You must compile&link $incdir/openssl/applink.c so OpenSSL can access the correct C library. http://www.openssl.org/docs/crypto/OPENSSL_Applink.html http://www.openssl.org/support/faq.html#PROG2 which are (except the fragment) first two google hits I get for OPENSSL_Applink . (The part of the answer about /ML[d] is obsolete; MSVC++ hasn't done single-thread for I think several versions now. But the issue between /MT[d] and /MD[d] still applies.) ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
