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