Home
last modified time | relevance | path

Searched refs:a_tm (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c2650 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() local
2655 a_tm = ASN1_UTCTIME_new(); in do_updatedb()
2656 if (a_tm == NULL) { in do_updatedb()
2662 a_tm = X509_gmtime_adj(a_tm, 0); in do_updatedb()
2663 if (a_tm == NULL) { in do_updatedb()
2667 a_tm_s = strndup(a_tm->data, a_tm->length); in do_updatedb()
2710 ASN1_UTCTIME_free(a_tm); in do_updatedb()