[#BIO_pop] = BIO_pop :mrdocs: Remove the first BIO from a chain and return the new head. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* BIO_pop(xref:BIO.adoc[BIO]* b); ---- == Return Value The next BIO in the chain, or NULL if `b` was the last BIO. == Parameters [cols="1,4"] |=== | Name| Description | *b* | BIO at the head of a chain (may be the only BIO). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#