Return a copy of the optional description for an OSSL_STORE_INFO_NAME.
Declared in <openssl/store.h>
char*
OSSL_STORE_INFO_get1_NAME_description(OSSL_STORE_INFO const* info);
Newly allocated description, or NULL on error; free with OPENSSL_free().
| Name | Description |
|---|---|
| info | Store object of type OSSL_STORE_INFO_NAME. |