Return the current thread's ERR_STATE (deprecated internal accessor).

Synopsis

Declared in <openssl/err.h>

[[deprecated]]
ERR_STATE*
ERR_get_state();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Thread‐local error state, or NULL on allocation failure.

Created with MrDocs