[#BIO_ADDR_new] = BIO_ADDR_new :mrdocs: Allocate a zero‐initialized BIO_ADDR for socket address APIs. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_ADDR.adoc[BIO_ADDR]* BIO_ADDR_new(); ---- == Return Value New BIO_ADDR, or NULL on failure; free with BIO_ADDR_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#