Free an ASN.1 UTF8String and its contents.
Synopsis
Declared in <openssl/asn1.h>
void
ASN1_UTF8STRING_free(ASN1_UTF8STRING* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs