Skip to content

Commit 87edbfe

Browse files
minadsjaeckel
authored andcommitted
ensure that bn_reverse is compiled in bn_deprecated.c
1 parent 69f03b3 commit 87edbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bn_deprecated.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ mp_err mp_toom_sqr(const mp_int *a, mp_int *b)
116116
return s_mp_toom_sqr(a, b);
117117
}
118118
#endif
119-
#ifdef BN_REVERSE_C
119+
#ifdef S_MP_REVERSE_C
120120
void bn_reverse(unsigned char *s, int len)
121121
{
122122
s_mp_reverse(s, len);

0 commit comments

Comments
 (0)