| commit | beeb512fe1d8c502d854d7e27742a7481bccd5c4 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Fri Nov 28 13:28:25 2014 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Fri Nov 28 13:28:25 2014 +0100 |
| tree | 8e89fe1a29f57d4ea5f0e095110f257d77680a00 | |
| parent | 07ff92a0d2c98f55bd863cdc5d6f62975f4994e5 [diff] |
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The availability of the function is checked during the compilation. Patch written by Bernard Spil.