mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
now re-seed by force (even if already seeded) if a random file or egd socket
is given
This commit is contained in:
parent
be2f3071b5
commit
5b58e61f28
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ Curl_SSLConnect(struct connectdata *conn)
|
|||
/* mark this is being ssl enabled from here on out. */
|
||||
conn->ssl.use = TRUE;
|
||||
|
||||
if(!ssl_seeded) {
|
||||
if(!ssl_seeded || data->set.ssl.random_file || data->set.ssl.egdsocket) {
|
||||
/* Make funny stuff to get random input */
|
||||
random_the_seed(data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue