BIO_get_retry_reason

Return the BIO_RR_* retry reason stored on a BIO.

Synopsis

Declared in <openssl/bio.h>

int
BIO_get_retry_reason(BIO* bio);

Return Value

Retry reason code (for example BIO_RR_CONNECT).

Parameters

NameDescription
bioBIO previously returned by BIO_get_retry_BIO().