DSA_up_ref

Increment the reference count of a DSA object (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_up_ref(DSA* r);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
rDSA object whose reference count is increased.