Free an ASN.1 OCTET STRING and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_OCTET_STRING_free(ASN1_OCTET_STRING* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs