ASN1_STRING_clear_free

Zero the content octets then free an ASN.1 string.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_STRING_clear_free(ASN1_STRING* a);

Parameters

NameDescription
aString to cleanse and free, or NULL.