Remove the first BIO from a chain and return the new head.

Synopsis

Declared in <openssl/bio.h>

BIO*
BIO_pop(BIO* b);

Return Value

The next BIO in the chain, or NULL if b was the last BIO.

Parameters

Name

Description

b

BIO at the head of a chain (may be the only BIO).

Created with MrDocs