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)NAMECURLOPT_RANDOM_FILE - specify a source for random dataSYNOPSIS#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANDOM_FILE, char *path);DESCRIPTIONPass 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.DEFAULTNULL, not usedPROTOCOLSAllEXAMPLETODOAVAILABILITYAlwaysRETURN VALUEReturns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient heap space.SEE ALSOCURLOPT_EGDSOCKET(3), libcurl 7.54.0 December 21, 2016 CURLOPT_RANDOM_FILE(3)
Similar Topics in the Unix Linux Community |
---|
Help needed in invoking shell command in PHP |