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

Name

Description

a

Source UTCTime to duplicate.

Created with MrDocs