NAME
SSLgetrbio - get BIO linked to an SSL object
SYNOPSIS
#include
BIO *SSLgetrbio(SSL *ssl); BIO *SSLgetwbio(SSL *ssl);DESCRIPTION
SSLgetrbio() and SSLgetwbio() return pointers to the BIOs for the read or the write channel, which can be different. The reference count of the BIO is not incremented.RETURN VALUES
The following return values can occur: NULL No BIO was connected to the SSL object Any other pointer The BIO linked to ssssll.SEE ALSO
SSLsetbio(3), ssl(3) , bio(3)0.9.7l 2000-09-16 SSLgetrbio(3)