BIO_next

Return the next BIO in a filter chain after b.

Synopsis

Declared in <openssl/bio.h>

BIO*
BIO_next(BIO* b);

Return Value

Next BIO in the chain, or NULL if b is the last / has no next.

Parameters

NameDescription
bBIO whose successor is requested.