[#BIO_dup_chain] = BIO_dup_chain :mrdocs: Duplicate an entire BIO chain, copying type‐specific state where supported. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* BIO_dup_chain(xref:BIO.adoc[BIO]* in); ---- == Return Value Newly allocated chain mirroring `in,` or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *in* | Head of the chain to duplicate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#