Hello everybody!

   I use SSLeay 0.9.0. and will be very thankful is anyone will explain me
why follow simple code does not work.
...
BIO *out;
if ((out=BIO_new_fp(stdout,BIO_NOCLOSE)) != NULL){
   BIO_printf(out, "notBefore=");
}
...

   When I use disk file all is OK. If I want to use standard output stream I
have error (memory access...).

   Thanks in advance.

Regards
Yuriy Stul
Tashilon Ltd.
<mailto:[EMAIL PROTECTED]>
<http://www.tashilon.com>

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

Reply via email to