Return the mutable stack of revoked-certificate entries in a CRL.
Declared in <openssl/x509.h>
<openssl/x509.h>
stack_st_X509_REVOKED* X509_CRL_get_REVOKED(X509_CRL* crl);
Internal STACK_OF(X509_REVOKED) (do not free the stack itself), or NULL if empty/unset.