- make DEFAULT sections less repetitive - make historic mentions use HISTORY - generate the protocols section on `# %PROTOCOLS%` instead of guessing where to put it - generate the availability section on `# %AVAILABILITY%` instead of guessing where to put it - make the protocols section more verbose Closes #14227
610 B
610 B
| c | SPDX-License-Identifier | Title | Section | Source | See-also | Protocol | TLS-backend | Added-in | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | CURLOPT_RANDOM_FILE | 3 | libcurl |
|
|
|
7.7 |
NAME
CURLOPT_RANDOM_FILE - file to read random data from
SYNOPSIS
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANDOM_FILE, char *path);
DESCRIPTION
Deprecated option. It serves no purpose anymore.
DEFAULT
NULL, not used
DEPRECATED
Deprecated since 7.84.0.
%AVAILABILITY%
RETURN VALUE
Returns CURLE_OK.