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

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_meth_set_finish(
    DSA_METHOD* dsam,
    int(* finish)(DSA*));
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

dsam

Method table to update.

finish

Callback invoked when a DSA object using this method is freed, or NULL to clear.

Created with MrDocs