Same here on a WIN98 box,
seems like all PEM_write_XXX functions do segfault.
OpenSSL was compiled with the VC++ .dsp files provided
by http://www.iconsinc.com/~agray/ossldev/
the same code runs without errors on linux
Regards
Christian
On Mon, Sep 23, 2002 at 10:27:46PM +0400, Alexey S. Poluntchenko wrote:
> 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
>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]