OSSL_STORE_SEARCH_free

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

NameDescription
searchSearch criterion to free, or NULL.