Hi,

I am reading the SSL_read() in ssl_lib.c file under ssl directory and it
calls the ssl_read(SSL *, void *, int) function. I searched the ssl
directory and found there is a ssl_read(BIO *, char *, int) defined in
bio_ssl.c.  Looks like it is casting the SSL structure to the BIO structure.
But I check the SSL structure and BIO structure are quite different and
I couldn't figure it why?  Did I miss something here?  Anyone can help me?

Thanks
Patrick





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

Reply via email to