X509_CRL_get0_by_cert
LCRYPTO_ALIAS(X509_CRL_get0_by_cert);
LCRYPTO_USED(X509_CRL_get0_by_cert);
int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
if (X509_CRL_get0_by_cert(crl, &rev, x)) {
if (X509_CRL_get0_by_cert(crl, &revoked, x509) != 1)