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
Hi,
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?
Thanks,
Nagendra
void main(void)
{
RSA* rsa = NULL;
FILE* fp = NULL;
if((fp = fopen("CAKey.pem", "r")) == NULL)
{