[#EVP_RAND_up_ref] = EVP_RAND_up_ref :mrdocs: Increment the reference count on a fetched EVP_RAND. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_RAND_up_ref(xref:EVP_RAND.adoc[EVP_RAND]* rand); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *rand* | RAND method whose reference count is increased. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#