Re: Problem using Libeay32.dll

2001-03-13 Thread Dr S N Henson
Aslam wrote: > > Hi, > Following code is giving me a Access Violation on Microsoft Windows... > > #include "x509.h" > int main(int argc, char* argv[]) > { > X509* pX509 = 0; > FILE* fp = 0; > > fp = fopen( "d:\\temp\\cert.der", "rb" ); > d2i_X509_fp( fp, &pX509 ); > return 0; > } > > I'm using

Problem using Libeay32.dll

2001-03-13 Thread Aslam
Hi, Following code is giving me a Access Violation on Microsoft Windows... #include "x509.h" int main(int argc, char* argv[]) { X509* pX509 = 0; FILE* fp = 0; fp = fopen( "d:\\temp\\cert.der", "rb" ); d2i_X509_fp( fp, &pX509 ); return 0; } I'm using openssl-0.9.6 and trying to fill the x509