Searched refs:posix_next (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_cl.c398 int64_t posix_next, posix_this, posix_now; local
441 if (!OPENSSL_tm_to_posix(&tm_next, &posix_next))
444 if (posix_next < posix_this) {
449 if (posix_next + nsec < posix_now) {

Completed in 79 milliseconds