Skip to content

Commit b96d82d

Browse files
authored
Merge pull request #264 from libtom/rand-test-bugfix
bugfix: don't revert to platform rand source, but to jenkins source!
2 parents 07b479a + 198418b commit b96d82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static int test_mp_rand(void)
129129
break;
130130
}
131131
}
132-
mp_rand_source(NULL);
132+
mp_rand_source(s_mp_rand_jenkins);
133133
mp_clear_multi(&a, &b, NULL);
134134
return err == MP_OKAY ? EXIT_SUCCESS : EXIT_FAILURE;
135135
}

0 commit comments

Comments
 (0)