Free an OSSL_STORE_SEARCH criterion (does not free caller‐owned inputs).
Synopsis
Declared in <openssl/store.h>
void
OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH* search);
Parameters
Name |
Description |
search |
Search criterion to free, or NULL. |
Created with MrDocs