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

Name

Description

bio

BIO previously returned by BIO_get_retry_BIO().

Created with MrDocs