[#BIO_get_retry_reason] = BIO_get_retry_reason :mrdocs: Return the BIO_RR_* retry reason stored on a BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BIO_get_retry_reason(xref:BIO.adoc[BIO]* bio); ---- == Return Value Retry reason code (for example BIO_RR_CONNECT). == Parameters [cols="1,4"] |=== | Name| Description | *bio* | BIO previously returned by BIO_get_retry_BIO(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#