DSA_get0_engine

Return the ENGINE associated with a DSA key, if any.

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
ENGINE*
DSA_get0_engine(DSA* d);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Description

Deprecated; ENGINE-based DSA methods are superseded by providers.

Return Value

ENGINE handle previously set on d, or NULL if none.

Parameters

NameDescription
dDSA object to query.