summaryrefslogtreecommitdiff
path: root/auto_tests/crypto_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/crypto_test.c')
-rw-r--r--auto_tests/crypto_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/crypto_test.c b/auto_tests/crypto_test.c
index 045cd7ab..e2c4e307 100644
--- a/auto_tests/crypto_test.c
+++ b/auto_tests/crypto_test.c
@@ -356,6 +356,7 @@ static Suite *crypto_suite(void)
356 356
357int main(int argc, char *argv[]) 357int main(int argc, char *argv[])
358{ 358{
359 setvbuf(stdout, nullptr, _IONBF, 0);
359 srand((unsigned int) time(nullptr)); 360 srand((unsigned int) time(nullptr));
360 361
361 Suite *crypto = crypto_suite(); 362 Suite *crypto = crypto_suite();