Obtain a functional reference to the default ENGINE for RAND operations.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE*
ENGINE_get_default_RAND();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Initialised ENGINE on success, or NULL if no default ENGINE is available.

Created with MrDocs