Re: problems with PEM_read_RSAPrivateKey

1999-10-28 Thread Oscar Jacobsson
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

problems with PEM_read_RSAPrivateKey

1999-10-27 Thread Nagendra Gupta Modadugu
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) {