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

Name

Description

d

DSA object to query.

Created with MrDocs