[#OSSL_STORE_post_process_info_fn] = OSSL_STORE_post_process_info_fn :mrdocs: Callback that may rewrite or drop each OSSL_STORE_INFO after it is loaded. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO]*(* OSSL_STORE_post_process_info_fn)(xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO]*, void*); ---- == Return Value Replacement OSSL_STORE_INFO to keep, or NULL to drop this object. == Parameters [cols="1,4"] |=== | Name| Description | *info* | Loaded store object; the callback may free it and return a replacement. | *post_process_data* | Application pointer passed to OSSL_STORE_open() / attach(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#