2
0

random-file.d 454 B

12345678910111213
  1. Long: random-file
  2. Arg: <file>
  3. Help: File for reading random data from
  4. Category: misc
  5. Example: --random-file rubbish $URL
  6. Added: 7.7
  7. See-also: egd-file
  8. ---
  9. Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
  10. it only had an effect on curl if built to use old versions of OpenSSL.
  11. Specify the path name to file containing what will be considered as random
  12. data. The data may be used to seed the random engine for SSL connections.