code:
// prepare x509 content
FILE *fp = fopen("test.cer",
"wbr+");
// not null
PEM_write_X509(fp, x509); // <- access
violation (i'm using win2k pro)
fclose(fp);
could any body tell me the
reason?
thanks
wbr
|
- Re: PEM_write_X509 - access violation Alexey S. Poluntchenko
- Re: PEM_write_X509 - access violation Christian Hohnstaedt
- Re: PEM_write_X509 - access violation Dr. Stephen Henson
- Re: PEM_write_X509 - access violation Cory Albrecht
- Re: PEM_write_X509 - access violat... Dr. Stephen Henson