mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
46d7214ca9
CURLOPT_EGDSOCKET and CURLOPT_RANDOM_FILE are both completely dead so remove their example sections since the code there is useless. There is still a way to inject a random file for OpenSSL older than 1.1.0 but it's not what the example showed (and it's not even done with this option) so we refrain from documenting it here. Closes: #13540 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
565 B
565 B
c | SPDX-License-Identifier | Title | Section | Source | See-also | Protocol | TLS-backend | |||
---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | CURLOPT_EGDSOCKET | 3 | libcurl |
|
|
|
NAME
CURLOPT_EGDSOCKET - EGD socket path
SYNOPSIS
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_EGDSOCKET, char *path);
DESCRIPTION
Deprecated option. It serves no purpose anymore.
DEFAULT
NULL
AVAILABILITY
This option was deprecated in 7.84.0.
RETURN VALUE
Returns CURLE_OK.