CURLOPT_RANDOM_FILE (3) Linux Manual Page
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); 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. DefaultNULL, not used ProtocolsAll ExampleTODO AvailabilityAlways Return ValueReturns CURLE_OK on success or…
