EC_KEY_up_ref

Increases the internal reference count of a EC_KEY object.

extern (C) nothrow @nogc
int
EC_KEY_up_ref

Parameters

key .EC_KEY*

EC_KEY object

Return Value

Type: int

1 on success and 0 if an error occurred.

Meta