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

Name

Description

b

BIO whose successor is replaced.

next

BIO to become the next filter, or NULL to clear the link.

Created with MrDocs