ASN1_UTCTIME_dup

Deep-copy an ASN1_UTCTIME value.

Synopsis

Declared in <openssl/asn1.h>

ASN1_UTCTIME*
ASN1_UTCTIME_dup(ASN1_UTCTIME const* a);

Return Value

Newly allocated ASN1_UTCTIME copy, or NULL on error.

Parameters

NameDescription
aSource UTCTime to duplicate.