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