[#OSSL_STORE_INFO_get1_CRL] = OSSL_STORE_INFO_get1_CRL :mrdocs: Return a new reference to the CRL from a store object. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_CRL.adoc[X509_CRL]* OSSL_STORE_INFO_get1_CRL(xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO] const* info); ---- == Return Value Up‐reffed X509_CRL, or NULL on error; free with X509_CRL_free(). == Parameters [cols="1,4"] |=== | Name| Description | *info* | Store object of type OSSL_STORE_INFO_CRL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#