Reset a BIO_ADDR to an empty/uninitialized state.

Synopsis

Declared in <openssl/bio.h>

void
BIO_ADDR_clear(BIO_ADDR* ap);

Parameters

Name

Description

ap

Address object to clear.

Created with MrDocs