Create an OSSL_STORE_INFO_NAME holding name (takes ownership of name).
Synopsis
Declared in <openssl/store.h>
OSSL_STORE_INFO*
OSSL_STORE_INFO_new_NAME(char* name);
Return Value
New OSSL_STORE_INFO, or NULL on error; free with OSSL_STORE_INFO_free().
Parameters
Name |
Description |
name |
URI or pathname string; ownership transfers on success. |
Created with MrDocs