curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.md
Daniel Stenberg 5a488251f7
curldown: fixups
- 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
2024-07-19 17:03:25 +02:00

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
CURLOPT_EGDSOCKET (3)
TLS
OpenSSL
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.