ENGINE_unregister_DSA

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

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE previously registered for DSA.