mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
add make test
This commit is contained in:
@@ -85,7 +85,7 @@ void gf128_print_bits(gf128_t a)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < 128; i++) {
|
||||
printf("%d", a % 2);
|
||||
printf("%d", (int)(a % 2));
|
||||
a >>= 1;
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
Reference in New Issue
Block a user