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

Name

Description

b

Head of the existing BIO chain.

append

BIO to link after the tail of b's chain.

Created with MrDocs