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