I have written a server on NT that crashes when it gets to the PEM_read_X509
function.  Here is a portion of the code:
X509* pCert = NULL;
FILE *fpCert = fopen("c:\\trustedCA.pem", "r");
PEM_read_X509(fpCert, &pCert, NULL, NULL);

Does anyone know what is wrong?

Thanks,
George
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to