quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

random-file.md (565B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: random-file
      5 Arg: <file>
      6 Help: File for reading random data from
      7 Category: deprecated
      8 Added: 7.7
      9 Multi: single
     10 See-also:
     11   - egd-file
     12 Example:
     13   - --random-file rubbish $URL
     14 ---
     15 
     16 # `--random-file`
     17 
     18 Deprecated option. This option is ignored (added in 7.84.0). Prior to that it
     19 only had an effect on curl if built to use old versions of OpenSSL.
     20 
     21 Specify the path name to file containing random data. The data may be used to
     22 seed the random engine for SSL connections.