mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
take sleep() out of urandomdev(), since it just causes problems, and
read() should block if there aren't bytes available yet.
This commit is contained in:
parent
3f77702ee6
commit
dc49671583
@ -2367,6 +2367,8 @@ struct cli_schema command_line_options[]={
|
||||
"Interactive servald monitor interface."},
|
||||
{app_crypt_test,{"test","crypt",NULL}, 0,
|
||||
"Run cryptography speed test"},
|
||||
{app_nonce_test,{"test","nonce",NULL}, 0,
|
||||
"Run nonce generation test"},
|
||||
{app_slip_test,{"test","slip","[--seed=<N>]","[--duration=<seconds>|--iterations=<N>]",NULL}, 0,
|
||||
"Run serial encapsulation test"},
|
||||
#ifdef HAVE_VOIPTEST
|
||||
|
Loading…
Reference in New Issue
Block a user