Home
last modified time | relevance | path

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

/openssl/apps/
H A Dca.c2287 ASN1_TIME *exp_date = NULL; in do_updatedb() local
2289 exp_date = ASN1_TIME_new(); in do_updatedb()
2290 if (exp_date == NULL) { in do_updatedb()
2295 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
2297 ASN1_TIME_free(exp_date); in do_updatedb()
2301 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2308 ASN1_TIME_free(exp_date); in do_updatedb()

Completed in 13 milliseconds