X509_CRL_get0_lastUpdate
ASN1_TIME_print_ex(bio_out, X509_CRL_get0_lastUpdate(x), dateopt);
|| ASN1_TIME_compare(thisupd, X509_CRL_get0_lastUpdate(crl)) < 0;
const ASN1_TIME *last = crl == NULL ? NULL : X509_CRL_get0_lastUpdate(crl);
ASN1_TIME_print(out, X509_CRL_get0_lastUpdate(x));
i = X509_cmp_time(X509_CRL_get0_lastUpdate(crl), ptime);
if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl),
X509_CRL_get0_lastUpdate(crl))
if (!X509_CRL_set1_lastUpdate(crl, X509_CRL_get0_lastUpdate(newer))) {
const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl);