mojave man page for curlopt_random_file

Query: curlopt_random_file

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CURLOPT_RANDOM_FILE(3)					     curl_easy_setopt options					    CURLOPT_RANDOM_FILE(3)

NAME
CURLOPT_RANDOM_FILE - specify a source for random data
SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANDOM_FILE, char *path);
DESCRIPTION
Pass a char * to a zero terminated file name. The file will be used to read from to seed the random engine for SSL and more. The application does not have to keep the string around after setting this option.
DEFAULT
NULL, not used
PROTOCOLS
All
EXAMPLE
TODO
AVAILABILITY
Always
RETURN VALUE
Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient heap space.
SEE ALSO
CURLOPT_EGDSOCKET(3), libcurl 7.54.0 December 21, 2016 CURLOPT_RANDOM_FILE(3)
Related Man Pages
curlopt_password(3) - mojave
curlopt_proxy_tlsauth_username(3) - mojave
curlopt_ssh_host_public_key_md5(3) - mojave
curlopt_tlsauth_password(3) - mojave
curlopt_useragent(3) - mojave
Similar Topics in the Unix Linux Community
Help needed in invoking shell command in PHP