search for: randmsg

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

Did you mean: rand_msg
2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...OCKET" ; then ! RAND_MSG="PRNGD/EGD (socket $PRNGD_SOCKET)" else ! RAND_MSG="Builtin (timeout $entropy_timeout)" ! BUILTIN_RNG=1 fi fi # Someone please show me a better way :) --- 1906,1930 ---- # Print summary of options ! RAND_MSG="" ! randmsg() ! { ! if test -z "$RAND_MSG" ; then ! RAND_MSG="$1" else ! RAND_MSG="$RAND_MSG or $1" fi + } + if test ! -z "$RANDOM_POOL" ; then + randmsg "Device ($RANDOM_POOL)" + fi + if test ! -z "$PRNGD_PORT" ; then + randmsg "PRN...