OSSL_STORE_INFO_free

Free an OSSL_STORE_INFO and the object it owns.

Synopsis

Declared in <openssl/store.h>

void
OSSL_STORE_INFO_free(OSSL_STORE_INFO* info);

Parameters

NameDescription
infoStore object to free, or NULL.