Fix tlcp/tls12_client

This commit is contained in:
Zhi Guan
2026-06-11 21:05:25 +08:00
parent 40e00284a2
commit 60753c73b4
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ bad:
}
if (!(hp = gethostbyname(host))) {
fprintf(stderr, "%s: failed to parse host name\n", prog, host);
fprintf(stderr, "%s: failed to parse host name '%s'\n", prog, host);
goto end;
}

View File

@@ -236,7 +236,7 @@ bad:
}
if (!(hp = gethostbyname(host))) {
fprintf(stderr, "%s: failed to parse host name\n", prog, host);
fprintf(stderr, "%s: failed to parse host name '%s'\n", prog, host);
goto end;
}