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

Name

Description

a

String to cleanse and free, or NULL.

Created with MrDocs