Free a BASIC_CONSTRAINTS structure and its contents.

Synopsis

Declared in <openssl/x509v3.h>

void
BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs