Use /dev/random instead of /dev/urandom if needed.
This commit is contained in:
parent
d0ca9c815b
commit
412c5f4d0c
@ -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)],
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user