|| -> | spotted by Ahmad

This commit is contained in:
Frank Denis
2015-01-18 10:17:53 +01:00
parent 5b3d8a4bf9
commit feaba594db
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -36,6 +36,7 @@ static int randombytes_tests(void)
#endif
randombytes(x, 1U);
while (randombytes_random() <= (uint32_t) 0x7fffffff);
while (randombytes_random() >= (uint32_t) 0x128);
randombytes_close();
for (i = 0; i < 256; ++i) {