mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
84052154f7
As libcurl no longer has any functionality for them, the tool now does nothing with them. Closes #8670
14 lines
454 B
Makefile
14 lines
454 B
Makefile
Long: random-file
|
|
Arg: <file>
|
|
Help: File for reading random data from
|
|
Category: misc
|
|
Example: --random-file rubbish $URL
|
|
Added: 7.7
|
|
See-also: egd-file
|
|
---
|
|
Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
|
|
it only had an effect on curl if built to use old versions of OpenSSL.
|
|
|
|
Specify the path name to file containing what will be considered as random
|
|
data. The data may be used to seed the random engine for SSL connections.
|