Skip to content

Commit 04d4762

Browse files
committed
Minor fixes.
1 parent cb5ec18 commit 04d4762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Llr.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6327,6 +6327,8 @@ int buildCertificate(unsigned long n, unsigned long *pointPowers, unsigned long
63276327

63286328
M = 0;
63296329

6330+
end_timer(1);
6331+
clear_timer(1);
63306332
start_timer(1);
63316333
timer1 = timers[1];
63326334

@@ -6831,7 +6833,6 @@ int buildCertificate(unsigned long n, unsigned long *pointPowers, unsigned long
68316833
error:
68326834
if (h != NULL)
68336835
free(h);
6834-
timers[1] = timer1;
68356836
return FALSE;
68366837
}
68376838

0 commit comments

Comments
 (0)