Allocate an empty ASN.1 VisibleString.

Synopsis

Declared in <openssl/asn1.h>

ASN1_VISIBLESTRING*
ASN1_VISIBLESTRING_new();

Return Value

New ASN1_VISIBLESTRING, or NULL on allocation failure.

Created with MrDocs