Unregister an ENGINE as a RAND implementation (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
void
ENGINE_unregister_RAND(ENGINE* e);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

e

ENGINE previously registered for RAND to remove from the RAND table.

Created with MrDocs