Use /dev/random instead of /dev/urandom if needed.

This commit is contained in:
Frank Denis 2013-01-21 14:16:06 -08:00
parent d0ca9c815b
commit 412c5f4d0c

View File

@ -168,6 +168,10 @@ AC_ARG_ENABLE(ssp,
])
])
AC_ARG_ENABLE(blocking-random,
[AS_HELP_STRING(--enable-blocking-random,Use /dev/random instead of /dev/urandom)],
[AC_DEFINE([USE_BLOCKING_RANDOM], [], [Use blocking random])])
AC_ARG_ENABLE(debug,
[AS_HELP_STRING(--enable-debug,For maintainers only - please do not use)],
[