X509_CRL_set_lastUpdate
LCRYPTO_USED(X509_CRL_set_lastUpdate);
int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
LCRYPTO_ALIAS(X509_CRL_set_lastUpdate);
return X509_CRL_set_lastUpdate(x, tm);
x509_crl_set_time("X509_CRL_set_lastUpdate", X509_CRL_set_lastUpdate,
x509_crl_set_time("X509_CRL_set_lastUpdate", X509_CRL_set_lastUpdate,
if (!X509_CRL_set_lastUpdate(crl, tmptm))