[#ERR_get_state] = ERR_get_state :mrdocs: Return the current thread's ERR_STATE (deprecated internal accessor). == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ERR_STATE.adoc[ERR_STATE]* ERR_get_state(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Thread‐local error state, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#