c: Copyright (C) Daniel Stenberg, daniel@haxx.se, et al. SPDX-License-Identifier: curl Title: CURLOPT_RANDOM_FILE Section: 3 Source: libcurl See-also:
CURLOPT_RANDOM_FILE - file to read random data from
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANDOM_FILE, char *path);
Deprecated option. It serves no purpose anymore.
NULL, not used
This option was deprecated in 7.84.0.
Returns CURLE_OK.