X509V3_EXT_FREE

Free an X.509v3 extension-specific value allocated by the matching NEW/D2I/S2I handlers.

Synopsis

Declared in <openssl/x509v3.h>

typedef void(* X509V3_EXT_FREE)(void*);

Parameters

NameDescription
extExtension value to free, or NULL.