Skip to content

Commit 8312296

Browse files
committed
workaround for bug in helper.pl
1 parent 984d3ff commit 8312296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bn_mp_n_root_ex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int mp_n_root_ex(const mp_int *a, mp_digit b, mp_int *c, int fast)
5252
ilog2 = mp_count_bits(a);
5353

5454
/*
55-
GCC and clang do not understand the sizeof tests and complain,
55+
GCC and clang do not understand the sizeof(bla) tests and complain,
5656
icc (the Intel compiler) seems to understand, at least it doesn't complain.
5757
2 of 3 say these macros are necessary, so there they are.
5858
*/

0 commit comments

Comments
 (0)