BIO_push

Append append to the filter chain rooted at b and return the new head.

Synopsis

Declared in <openssl/bio.h>

BIO*
BIO_push(
    BIO* b,
    BIO* append);

Return Value

b (unchanged head pointer).

Parameters

NameDescription
bHead of the existing BIO chain.
appendBIO to link after the tail of b's chain.