Free a BIO_ADDR allocated with BIO_ADDR_new() or BIO_ADDR_dup().

Synopsis

Declared in <openssl/bio.h>

void
BIO_ADDR_free(BIO_ADDR* ap);

Parameters

Name

Description

ap

Address object to free, or NULL (no‐op).

Created with MrDocs