BIO_set_next

Set the next BIO in a filter chain after b.

Synopsis

Declared in <openssl/bio.h>

void
BIO_set_next(
    BIO* b,
    BIO* next);

Parameters

NameDescription
bBIO whose successor is replaced.
nextBIO to become the next filter, or NULL to clear the link.