[#PKCS12_SAFEBAG_set0_attrs] = PKCS12_SAFEBAG_set0_attrs :mrdocs: Assign a stack of X509_ATTRIBUTEs to a safeBag. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PKCS12_SAFEBAG_set0_attrs( xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG]* bag, xref:stack_st_X509_ATTRIBUTE.adoc[stack_st_X509_ATTRIBUTE]* attrs); ---- == Parameters [cols="1,4"] |=== | Name| Description | *bag* | SafeBag to modify. | *attrs* | Stack of attributes to assign (ownership transfers to `bag).` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#