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
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