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
Name |
Description |
ext |
Extension value to free, or NULL. |
Created with MrDocs