[#OSSL_STORE_SEARCH_free] = OSSL_STORE_SEARCH_free :mrdocs: Free an OSSL_STORE_SEARCH criterion (does not free caller‐owned inputs). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_STORE_SEARCH_free(xref:OSSL_STORE_SEARCH.adoc[OSSL_STORE_SEARCH]* search); ---- == Parameters [cols="1,4"] |=== | Name| Description | *search* | Search criterion to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#