Return the optional description for an OSSL_STORE_INFO_NAME (borrowed).
Declared in <openssl/store.h>
char const*
OSSL_STORE_INFO_get0_NAME_description(OSSL_STORE_INFO const* info);
Internal description pointer, or NULL if absent; do not free.
| Name | Description |
|---|---|
| info | Store object of type OSSL_STORE_INFO_NAME. |