Add SKF support

This commit is contained in:
Zhi Guan
2022-05-10 11:38:22 +08:00
parent 2b82578963
commit e62b8fa722
21 changed files with 7736 additions and 194 deletions

View File

@@ -118,7 +118,7 @@ bad:
return -1;
}
if (strlen(keystr) != 32) {
printf("keystr len = %d\n", strlen(keystr));
printf("keystr len = %zu\n", strlen(keystr));
error_print();
return -1;
}