DH_up_ref

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

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
int
DH_up_ref(DH* dh);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
dhDiffie-Hellman object whose reference count is increased.