Allocate an empty saved error‐state object.
Synopsis
Declared in <openssl/err.h>
ERR_STATE*
OSSL_ERR_STATE_new();
Return Value
New ERR_STATE for use with OSSL_ERR_STATE_save(), or NULL on failure.
Created with MrDocs