Free an ASN.1 scan context previously created with ASN1_SCTX_new().

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_SCTX_free(ASN1_SCTX* p);

Parameters

Name

Description

p

Context to free, or NULL.

Created with MrDocs