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
Name |
Description |
info |
Store object to free, or NULL. |
Created with MrDocs