[#OSSL_ERR_STATE_new] = OSSL_ERR_STATE_new :mrdocs: Allocate an empty saved error‐state object. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ERR_STATE.adoc[ERR_STATE]* OSSL_ERR_STATE_new(); ---- == Return Value New ERR_STATE for use with OSSL_ERR_STATE_save(), or NULL on failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#