Free a ASN.1 time value (UTCTime or GeneralizedTime) and its contents.
Synopsis
Declared in <openssl/asn1.h>
void
ASN1_TIME_free(ASN1_TIME* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs