[#ENGINE_get_static_state] = ENGINE_get_static_state :mrdocs: Return a pointer that identifies this process's OpenSSL static data for ENGINE loaders. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* ENGINE_get_static_state(); ---- == Description If the loader and ENGINE share the same libcrypto static data, callbacks need not be reset; comparing this pointer detects whether separate copies exist (see OPENSSL_Applink on Windows). == Return Value Opaque pointer comparing OPENSSL and ENGINE static‐data instances across DLL boundaries. [.small]#Created with https://www.mrdocs.com[MrDocs]#