> Oh, absolutely.  What I wanted to point out is that there is a BIO
> that uses file descriptors, which makes the need for a flag to
> bss_file.c completely needless and one complication too many.  To
> solve said problem, one should use the file descriptor BIO instead of
> the stream BIO...

Except that bss_file has gets() method which is often what you want and
bss_fd.c
doesn't.

And an implementation which provides bss_fd/bss_sock.c as OpenSSL currently
does is in absolutely no position to complain about my suggestion of an #ifdef
for an alternate implementation.  :)  Can anyone justify why the current
tangle of #ifdef's that tries to glue together two different BIO's is not just
a complete bug?
        /r$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to