Set the DSA object‐initialization callback on a custom DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_meth_set_init(
    DSA_METHOD* dsam,
    int(* init)(DSA*));
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success.

Parameters

Name

Description

dsam

Method object to update.

init

Callback invoked when a DSA object using this method is created, or NULL.

Created with MrDocs