Free a ASN.1 TeletexString (T61String) and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_T61STRING_free(ASN1_T61STRING* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs