DSA_meth_set_sign_setup

Set the signature precomputation callback on a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_meth_set_sign_setup(
    DSA_METHOD* dsam,
    int(* sign_setup)(DSA*, BN_CTX*, BIGNUM**, BIGNUM**));

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
dsamMethod table to update.
sign_setupCallback that prepares signing intermediates, or NULL to clear.