BIO_copy_next_retry

Copy retry reason/flags from the next BIO in the chain onto b.

Synopsis

Declared in <openssl/bio.h>

void
BIO_copy_next_retry(BIO* b);

Parameters

NameDescription
bBIO whose retry state is updated from BIO_next(b).