[#PKCS12_SAFEBAG_create_crl] = PKCS12_SAFEBAG_create_crl :mrdocs: Create a crlBag safeBag containing the supplied CRL. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG]* PKCS12_SAFEBAG_create_crl(xref:X509_CRL.adoc[X509_CRL]* crl); ---- == Return Value New safeBag, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *crl* | CRL to embed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#