View | Details | Raw Unified | Return to bug 191988 | Differences between
and this patch

Collapse All | Expand All

(-)src/openssl.c (-5 lines)
Lines 89-99 Link Here
89
  if (RAND_status ())
89
  if (RAND_status ())
90
    return;
90
    return;
91
91
92
  /* Get random data from EGD if opt.egd_file was used.  */
93
  if (opt.egd_file && *opt.egd_file)
94
    RAND_egd (opt.egd_file);
95
96
  if (RAND_status ())
97
    return;
92
    return;
98
93
99
#ifdef WINDOWS
94
#ifdef WINDOWS

Return to bug 191988