[#OSSL_STORE_INFO_new] = OSSL_STORE_INFO_new :mrdocs: Create an OSSL_STORE_INFO that takes ownership of `data` for `type.` == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO]* OSSL_STORE_INFO_new( int type, void* data); ---- == Return Value New OSSL_STORE_INFO, or NULL on error; free with OSSL_STORE_INFO_free(). == Parameters [cols="1,4"] |=== | Name| Description | *type* | OSSL_STORE_INFO_* type code matching `data.` | *data* | Object pointer transferred to the new info (freed with the info). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#