Displaying 1 result from an estimated 1 matches for "1375,1385".
2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...;$PRNGD_PORT" ; then
+ AC_MSG_ERROR([*** cannot use both --with-prngd-port and --with-prngd-socket])
+ fi
if test "x$withval" != "xno" ; then
PRNGD_SOCKET="$withval"
AC_DEFINE_UNQUOTED(PRNGD_SOCKET, "$PRNGD_SOCKET")
***************
*** 1375,1385 ****
]
)
# detect pathnames for entropy gathering commands, if we need them
INSTALL_SSH_PRNG_CMDS=""
rm -f prng_commands
! if (test -z "$RANDOM_POOL" && test -z "$PRNGD") ; then
# Use these commands to collect entropy
OSSH_PATH_ENTRO...