On Wed, Apr 25, 2001 at 02:58:10PM -0400, Monique Mandala wrote:
> It also seems like the function is working, but I don't see output? Does it
> write to the BIO structure or the monitor? If the BIO, what api do I use to
> write to a file or monitor?
>
> What is the difference between the two f
Monique,
I'm a little confused by your example; it looks like three distinct code
fragments (or maybe 2.5?) . In the first, your function bio_dump_cb is
called at various times. It is up to bio_dump_cb where the information is
actually written. There is also a callback argument you can set. I