Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mtest/mtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void rand_num2(mp_int *a)
int main(int argc, char *argv[])
{
int n, tmp;
long long max;
long max;
mp_int a, b, c, d, e;
#ifdef MTEST_NO_FULLSPEED
clock_t t1;
Expand Down