EVP_RAND_up_ref

Increment the reference count on a fetched EVP_RAND.

Synopsis

Declared in <openssl/evp.h>

int
EVP_RAND_up_ref(EVP_RAND* rand);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
randRAND method whose reference count is increased.