ASN1_BIT_STRING_free

Free an ASN.1 BIT STRING and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_BIT_STRING_free(ASN1_BIT_STRING* a);

Parameters

NameDescription
aValue to free, or NULL.