Duplicate an entire BIO chain, copying type‐specific state where supported.

Synopsis

Declared in <openssl/bio.h>

BIO*
BIO_dup_chain(BIO* in);

Return Value

Newly allocated chain mirroring in, or NULL on failure.

Parameters

Name

Description

in

Head of the chain to duplicate.

Created with MrDocs