curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.md
Daniel Gustafsson 46d7214ca9 tls: Remove EXAMPLEs from deprecated options
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>
2024-05-06 20:55:27 +02:00

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

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.