Duplicate an ASN1_TIME value (UTCTime or GeneralizedTime).
Synopsis
Declared in <openssl/asn1.h>
ASN1_TIME*
ASN1_TIME_dup(ASN1_TIME const* a);
Return Value
Newly allocated ASN1_TIME copy, or NULL on error.
Parameters
Name |
Description |
a |
Source time to copy. |
Created with MrDocs