mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use /dev/random instead of /dev/urandom if needed.
This commit is contained in:
@@ -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)],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user