search for: builtin_rng

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

2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...e of builtin entropy collector + AC_ARG_WITH(builtin-entropy, + [ --with-builtin-entropy use builtin entropy collector if nothing else available], + [ + if test ! -z "$PRNGD_PORT" ; then + AC_MSG_ERROR([*** cannot use both --with-prngd-port and --with-builtin-entropy]) + fi + BUILTIN_RNG=1 + ], + [ + # Only select by default if don't have another method + if test -z "$RANDOM_POOL" && test -z "$PRNGD" ; then + BUILTIN_RNG=1 + fi + ] + ) # detect pathnames for entropy gathering commands, if we need them INSTALL_SSH_PRNG_CMDS="&q...