[#SSL_get_rbio] = SSL_get_rbio :mrdocs: Return the read BIO currently attached to an SSL connection. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* SSL_get_rbio(xref:SSL.adoc[SSL] const* s); ---- == Return Value Read BIO, or NULL if none is set; do not free (owned by `s).` == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#