Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1394 char expi_buf[16]; in sigdate_error() local
1405 if(gmtime_r(&te, &tm) && strftime(expi_buf, 15, "%Y%m%d%H%M%S", &tm) in sigdate_error()
1408 log_info("%s expi=%s incep=%s now=%s", str, expi_buf, in sigdate_error()