mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 17:06:25 +08:00
Update tests and tools
This commit is contained in:
@@ -107,7 +107,7 @@ int format_bytes(FILE *fp, int format, int indent, const char *str, const uint8_
|
||||
for (i = 0; i < indent; i++) {
|
||||
fprintf(fp, " ");
|
||||
}
|
||||
fprintf(fp, "%s", str);
|
||||
fprintf(fp, "%s: ", str);
|
||||
if (!datalen) {
|
||||
fprintf(fp, "(null)\n");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user