curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.md
Daniel Stenberg 8c1d9378ac
curldown: make 'added-in:' a mandatory header field
- generate AVAILABILITY manpage sections automatically - for consistent
  wording

- allows us to double-check against other documumentation (symbols-in-versions
  etc)

- enables proper automation/scripting based on this data

- lots of them were wrong or missing in the manpages

- several of them repeated (sometimes mismatching) backend support info

Add test 1488 to verify "added-in" version numbers against
symbols-in-versions.

Closes #14217
2024-07-18 18:04:09 +02:00

592 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.

RETURN VALUE

Returns CURLE_OK.