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

Name

Description

dh

Diffie‐Hellman object whose reference count is increased.

Created with MrDocs