Return a pointer that identifies this process's OpenSSL static data for ENGINE loaders.

Synopsis

Declared in <openssl/engine.h>

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.

Created with MrDocs