Return the current default DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
DSA_METHOD const*
DSA_get_default_method();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Description

Meaningfulness depends on whether the ENGINE API is in use; prefer providers.

Return Value

Pointer to the default DSA_METHOD.

Created with MrDocs