mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Add SKF support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user