Fixes for POLL on Linux and Mac.

This commit is contained in:
Matthew Parlane
2013-01-26 18:22:58 +13:00
parent 1deeff47c1
commit a354f47f98
10 changed files with 195 additions and 125 deletions

View File

@ -303,7 +303,7 @@ static void point_add(u8 *r, u8 *p, u8 *q)
elt_add(ry, s, rx);
}
static void point_mul(u8 *d, u8 *a, u8 *b) // a is bignum
void point_mul(u8 *d, u8 *a, u8 *b) // a is bignum
{
u32 i;
u8 mask;