Attach an optional description string to an OSSL_STORE_INFO_NAME.
Declared in <openssl/store.h>
int
OSSL_STORE_INFO_set0_NAME_description(
OSSL_STORE_INFO* info,
char* desc);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| info | Store object of type OSSL_STORE_INFO_NAME. |
| desc | Description string; ownership transfers on success. |