ENGINE_unregister_EC

Remove e's EC method from the ENGINE EC implementation table.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
void
ENGINE_unregister_EC(ENGINE* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE previously registered for EC.