[#PKCS12_init] = PKCS12_init :mrdocs: Create an empty PKCS#12 structure. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS12.adoc[PKCS12]* PKCS12_init(int mode); ---- == Return Value New PKCS#12 structure, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *mode* | NID of the outer PKCS#7 content type wrapping authSafes (currently NID_pkcs7_data only). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#