ENGINE_unregister_RAND

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

NameDescription
eENGINE previously registered for RAND to remove from the RAND table.