ENGINE_get_DSA

Return the DSA_METHOD currently attached to an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
DSA_METHOD const*
ENGINE_get_DSA(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

DSA method pointer, or NULL if none is set.

Parameters

NameDescription
eENGINE to query.