Set the process‐wide default DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
void
DSA_set_default_method(DSA_METHOD const* meth);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

meth

Method that new DSA objects use unless overridden.

Created with MrDocs