ENGINE_unregister_RSA

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

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE previously registered for RSA.