search for: use_builtin_entropy

Displaying 1 result from an estimated 1 matches for "use_builtin_entropy".

2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...) - { - check_openssl_version(); - } - - #else /* defined(USE_PRNGD) || defined(RANDOM_POOL) */ /* * FIXME: proper entropy estimations. All current values are guesses * FIXME: (ATL) do estimates at compile time? --- 208,215 ---- return(1); } #endif /* RANDOM_POOL */ + #ifdef USE_BUILTIN_ENTROPY /* * FIXME: proper entropy estimations. All current values are guesses * FIXME: (ATL) do estimates at compile time? *************** *** 834,840 **** * syscalls and program output */ void ! seed_rng(void) { mysig_t old_sigchld_handler; --- 807,813 ---- * syscalls and progr...