Nagendra Gupta Modadugu wrote:
> I've just done a clean compile of openssl-0.9.4 on NT, and I get an access
> violation at the PEM_read line. Is there an NT compatability issue?

I think it's more a case of how your application is linking to the C
runtime. The OpenSSL builds default to linking /MD, using the
multi-threaded CRT as a dll. PEM_read is one of the places where a C
runtime mismatch will cause an exception.

Please check that you're using the same linking in your application.

Cheers!

PS. Is there an OpenSSL FAQ in the works? There are some questions that
seem to pop up quite often.

//oscar

S/MIME Cryptographic Signature

Reply via email to